]> granicus.if.org Git - python/commit
Moved LONG_LONG #define from longobject.h to here, since it's needed
authorBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 04:48:18 +0000 (04:48 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 04:48:18 +0000 (04:48 +0000)
commitfd847b23e64180d117af44e51eeb03b61e2f04d2
tree144039ffbeb7b05aff3627c00827f4931124d8cc
parent512bb72fb07d9c9dab444caf83c315e0da47eb30
Moved LONG_LONG #define from longobject.h to here, since it's needed
by the following.

typedef in a portable way the Python name for the C9X uintptr_t type.
This latter is the most portable way to spell an integral type to
which a void* can be cast to and back again without losing
information.  Parallel checkin hacks configure to check if the
platform/compiler supports the C9X name.
Include/pyport.h