]> granicus.if.org Git - python/commitdiff
Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request.
authorGuido van Rossum <guido@python.org>
Thu, 17 Sep 1998 13:19:36 +0000 (13:19 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Sep 1998 13:19:36 +0000 (13:19 +0000)
PC/config.h

index 495b98574fe3fcce48f10181303585e7a9d0de59..b043df530ba249c3e4fde4d6799480200b170f79 100644 (file)
@@ -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