From: Guido van Rossum Date: Thu, 17 Sep 1998 13:19:36 +0000 (+0000) Subject: Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request. X-Git-Tag: v1.5.2a2~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b00d252586d00e5ea0e31bb76b31d31c76fd672d;p=thirdparty%2FPython%2Fcpython.git Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request. --- diff --git a/PC/config.h b/PC/config.h index 495b98574fe3..b043df530ba2 100644 --- a/PC/config.h +++ b/PC/config.h @@ -211,6 +211,7 @@ typedef int pid_t; #define SIZEOF_INT 4 #define SIZEOF_LONG 4 +#define SIZEOF_LONG_LONG 8 /* EXPERIMENTAL FEATURE: When CHECK_IMPORT_CASE is defined, check case of imported modules against case of file; this causes "import String" to fail