From 259a566ac5985eab14671621b2143a3be3ad4aef Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 5 Jun 2008 17:29:38 +0000 Subject: Fix preprocessor statement. --- Include/Python.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Include/Python.h b/Include/Python.h index 35a8bca..c875989 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 */ -- cgit v0.12