summaryrefslogtreecommitdiffstats
path: root/PC/config.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-09-17 13:19:36 (GMT)
committerGuido van Rossum <guido@python.org>1998-09-17 13:19:36 (GMT)
commitb00d252586d00e5ea0e31bb76b31d31c76fd672d (patch)
tree5c310f636cd709553a3676fc10ca5ba857cf07b2 /PC/config.h
parent743d17e3aa77b84a57531cd74e1daba87132f807 (diff)
downloadcpython-b00d252586d00e5ea0e31bb76b31d31c76fd672d.zip
cpython-b00d252586d00e5ea0e31bb76b31d31c76fd672d.tar.gz
cpython-b00d252586d00e5ea0e31bb76b31d31c76fd672d.tar.bz2
Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request.
Diffstat (limited to 'PC/config.h')
-rw-r--r--PC/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h
index 495b985..b043df5 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