[Python-checkins] r63961 - python/trunk/Include/Python.h

thomas.heller python-checkins at python.org
Thu Jun 5 19:29:38 CEST 2008


Author: thomas.heller
Date: Thu Jun  5 19:29:38 2008
New Revision: 63961

Log:
Fix preprocessor statement.

Modified:
   python/trunk/Include/Python.h

Modified: python/trunk/Include/Python.h
==============================================================================
--- python/trunk/Include/Python.h	(original)
+++ python/trunk/Include/Python.h	Thu Jun  5 19:29:38 2008
@@ -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 */


More information about the Python-checkins mailing list