summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorVladimir Marangozov <vladimir.marangozov@t-online.de>2000-07-10 04:59:49 (GMT)
committerVladimir Marangozov <vladimir.marangozov@t-online.de>2000-07-10 04:59:49 (GMT)
commit14a4d88a2eb576f66573bbae3db46065e26bccd2 (patch)
tree703c6008d913ee957ffffb7049ca728b17c233c4 /Include/pyport.h
parentd8a933248e1e695e029141e418845530c3bf82c8 (diff)
downloadcpython-14a4d88a2eb576f66573bbae3db46065e26bccd2.zip
cpython-14a4d88a2eb576f66573bbae3db46065e26bccd2.tar.gz
cpython-14a4d88a2eb576f66573bbae3db46065e26bccd2.tar.bz2
Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons
(cf. the rest of the headers in the distribution)
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 558b17d..fbaaa38 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -7,7 +7,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
******************************************************************/
#ifndef Py_PYPORT_H
-#define Py_PYPORT_H 1
+#define Py_PYPORT_H
/**************************************************************************
Symbols and macros to supply platform-independent interfaces to basic