mirror of https://github.com/python/cpython.git
Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons
(cf. the rest of the headers in the distribution)
This commit is contained in:
parent
d8a933248e
commit
14a4d88a2e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue