diff options
author | Vladimir Marangozov <vladimir.marangozov@t-online.de> | 2000-07-10 04:59:49 (GMT) |
---|---|---|
committer | Vladimir Marangozov <vladimir.marangozov@t-online.de> | 2000-07-10 04:59:49 (GMT) |
commit | 14a4d88a2eb576f66573bbae3db46065e26bccd2 (patch) | |
tree | 703c6008d913ee957ffffb7049ca728b17c233c4 /Include | |
parent | d8a933248e1e695e029141e418845530c3bf82c8 (diff) | |
download | cpython-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')
-rw-r--r-- | Include/pyport.h | 2 |
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 |