Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14a4d88

Browse files
author
Vladimir Marangozov
committed
Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons
(cf. the rest of the headers in the distribution)
1 parent d8a9332 commit 14a4d88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/pyport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
77
******************************************************************/
88

99
#ifndef Py_PYPORT_H
10-
#define Py_PYPORT_H 1
10+
#define Py_PYPORT_H
1111

1212
/**************************************************************************
1313
Symbols and macros to supply platform-independent interfaces to basic

0 commit comments

Comments
 (0)