Skip to content

Commit ea576c8

Browse files
author
thomas.heller
committed
Fix preprocessor statement.
git-svn-id: http://svn.python.org/projects/python/trunk@63961 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent ddf424d commit ea576c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Include/Python.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#ifndef Py_PYTHON_H #define Py_PYTHON_H
1+
#ifndef Py_PYTHON_H
2+
#define Py_PYTHON_H
23
/* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
34

45
/* Include nearly all Python header files */

0 commit comments

Comments
 (0)