diff options
| author | Vladimir Marangozov <vladimir.marangozov@t-online.de> | 2000-07-10 04:59:49 +0000 |
|---|---|---|
| committer | Vladimir Marangozov <vladimir.marangozov@t-online.de> | 2000-07-10 04:59:49 +0000 |
| commit | 14a4d88a2eb576f66573bbae3db46065e26bccd2 (patch) | |
| tree | 703c6008d913ee957ffffb7049ca728b17c233c4 | |
| parent | d8a933248e1e695e029141e418845530c3bf82c8 (diff) | |
| download | cpython-git-14a4d88a2eb576f66573bbae3db46065e26bccd2.tar.gz | |
Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons
(cf. the rest of the headers in the distribution)
| -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 558b17dab1..fbaaa38d72 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 |
