mirror of https://github.com/python/cpython.git
Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request.
This commit is contained in:
parent
743d17e3aa
commit
b00d252586
|
@ -211,6 +211,7 @@ typedef int pid_t;
|
||||||
|
|
||||||
#define SIZEOF_INT 4
|
#define SIZEOF_INT 4
|
||||||
#define SIZEOF_LONG 4
|
#define SIZEOF_LONG 4
|
||||||
|
#define SIZEOF_LONG_LONG 8
|
||||||
|
|
||||||
/* EXPERIMENTAL FEATURE: When CHECK_IMPORT_CASE is defined, check case of
|
/* EXPERIMENTAL FEATURE: When CHECK_IMPORT_CASE is defined, check case of
|
||||||
imported modules against case of file; this causes "import String" to fail
|
imported modules against case of file; this causes "import String" to fail
|
||||||
|
|
Loading…
Reference in New Issue