From 4e06247c4397f5aadada63c16bc1dfb08157f804 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Fri, 1 Sep 2000 20:38:34 +0000 Subject: [PATCH] Moved location of extern "C" (patch for Python 1.6 compilation). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@790 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Lib/python/python.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Lib/python/python.swg b/SWIG/Lib/python/python.swg index f78eefcab..ab2fe4703 100644 --- a/SWIG/Lib/python/python.swg +++ b/SWIG/Lib/python/python.swg @@ -9,11 +9,11 @@ ************************************************************************/ #include +#include "Python.h" #ifdef __cplusplus extern "C" { #endif -#include "Python.h" #define SWIG_PY_INT 1 #define SWIG_PY_FLOAT 2