[Synopsis-cvs] Synopsis/Synopsis/Synopsis/Parser/C++/syn link.cc,1.25,1.26
Stefan Seefeld stefan at frida.spi-inc.orgWed Sep 17 21:11:02 UTC 2003
- Previous message: [Synopsis-cvs] Synopsis/Synopsis/Synopsis/Parser/C configure.ac,1.1,1.2 Makefile.in,1.1,1.2
- Next message: [Synopsis-cvs] Synopsis/Synopsis autogen.sh,1.1,1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/Synopsis/Parser/C++/syn
In directory frida:/tmp/cvs-serv13145/Synopsis/Parser/C++/syn
Modified Files:
link.cc
Log Message:
C++ and C parser modules now compile via 'python setup.py build_ext'.
Index: link.cc
===================================================================
RCS file: /cvs/synopsis/Synopsis/Synopsis/Parser/C++/syn/link.cc,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -d -r1.25 -r1.26
--- link.cc 9 Dec 2002 13:53:50 -0000 1.25
+++ link.cc 18 Sep 2003 04:10:05 -0000 1.26
@@ -24,6 +24,9 @@
// 02111-1307, USA.
// $Log$
+// Revision 1.26 2003/09/18 04:10:05 stefan
+// C++ and C parser modules now compile via 'python setup.py build_ext'.
+//
// Revision 1.25 2002/12/09 13:53:50 chalky
// Fixed to not use the PyString's internal data for the toc list
//
@@ -687,7 +690,11 @@ int main(int argc, char** argv)
#else
-#include PYTHON_INCLUDE
+#ifdef PYTHON_INCLUDE
+# include PYTHON_INCLUDE
+#else
+# include <Python.h>
+#endif
extern "C"
{
- Previous message: [Synopsis-cvs] Synopsis/Synopsis/Synopsis/Parser/C configure.ac,1.1,1.2 Makefile.in,1.1,1.2
- Next message: [Synopsis-cvs] Synopsis/Synopsis autogen.sh,1.1,1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list