mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue