From: Thomas Heller Date: Thu, 5 Jun 2008 17:29:38 +0000 (+0000) Subject: Fix preprocessor statement. X-Git-Tag: v2.6b1~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=259a566ac5985eab14671621b2143a3be3ad4aef;p=thirdparty%2FPython%2Fcpython.git Fix preprocessor statement. --- diff --git a/Include/Python.h b/Include/Python.h index 35a8bca83c8d..c87598950fa6 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -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 */