Fix preprocessor statement.

This commit is contained in:
Thomas Heller 2008-06-05 17:29:38 +00:00
parent 5640ce2f1e
commit 259a566ac5
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#ifndef Py_PYTHON_H #define Py_PYTHON_H
#ifndef Py_PYTHON_H
#define Py_PYTHON_H
/* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
/* Include nearly all Python header files */