]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move LONG_BIT from intobject.c to pyport.h. #error if it's already been
authorTim Peters <tim.peters@gmail.com>
Thu, 5 Oct 2000 01:42:25 +0000 (01:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 5 Oct 2000 01:42:25 +0000 (01:42 +0000)
commitd57731f74bdaaf6bb5ce190b5ccebadad218ed2b
treee4e7344c3395601191e836abd313bbb06565767e
parentc85eb0bd4b3cfaa6a110d0d7d40553f3e02d02af
Move LONG_BIT from intobject.c to pyport.h.  #error if it's already been
#define'd to an unreasonable value (several recent gcc systems have
misdefined it, causing bogus overflows in integer multiplication).  Nuke
CHAR_BIT entirely.
Include/pyport.h
Objects/intobject.c