fix #endif position bug #1249878

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7388 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-08-23 10:55:05 +00:00
commit 2ae026aa6f

View file

@ -783,8 +783,8 @@ SWIG_Python_GetModule(void) {
PyErr_Clear();
type_pointer = (void *)0;
}
}
#endif
}
return (swig_module_info *) type_pointer;
}