summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2005-08-23 21:30:03 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2005-08-23 21:30:03 (GMT)
commit26292a3af08927e7a14786dd88dfd48f8ca4bd20 (patch)
treeb3350d6302d78c7862043c019c6ef47c5449a12b /Objects
parentade97338016947bad1d0def339328963fca09685 (diff)
downloadcpython-26292a3af08927e7a14786dd88dfd48f8ca4bd20.zip
cpython-26292a3af08927e7a14786dd88dfd48f8ca4bd20.tar.gz
cpython-26292a3af08927e7a14786dd88dfd48f8ca4bd20.tar.bz2
Remove the C99 "ULL" suffix from the 64bit unsigned long constants.
VC++6 doesn't accept them. This *will* result in tons of the following warning from gcc 3.x: (gcc "2.96ish" doesn't issue this warning) warning: integer constant is too large for "long" type the code compiles fine regardless. squashing the gcc warnings is the next task. Would someone on windows please confirm that this does or does not compile and if it does or does not pass the test_hashlib.py unit tests.
Diffstat (limited to 'Objects')
0 files changed, 0 insertions, 0 deletions