]> granicus.if.org Git - python/commit
Use compile-time test for 64-bit hardware instead of run-time test.
authorGuido van Rossum <guido@python.org>
Tue, 13 May 1997 18:00:44 +0000 (18:00 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 May 1997 18:00:44 +0000 (18:00 +0000)
commitde8d6d73fbab18461ff9d9ff665f1302062af5aa
tree6c43503ad7457d907f61c550bf2e92b12c345255
parentc5d14a65a77bce31e1dafb547b2d680a42cf7e99
Use compile-time test for 64-bit hardware instead of run-time test.
This silences some compilers.
Modules/cPickle.c