[Synopsis-changes] Synopsis/Synopsis/Synopsis/Parser/Cxx/syn occ.cc,1.89,1.90

Stefan Seefeld stefan at synopsis.fresco.org
Wed Nov 5 19:52:26 UTC 2003


Update of /cvs/synopsis/Synopsis/Synopsis/Parser/Cxx/syn
In directory frida:/tmp/cvs-serv3508/Synopsis/Parser/Cxx/syn

Modified Files:
	occ.cc 
Log Message:
forgot support for emulate_compiler...

Index: occ.cc
===================================================================
RCS file: /cvs/synopsis/Synopsis/Synopsis/Parser/Cxx/syn/occ.cc,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -p -d -r1.89 -r1.90
--- occ.cc	5 Nov 2003 17:36:55 -0000	1.89
+++ occ.cc	5 Nov 2003 19:52:24 -0000	1.90
@@ -24,6 +24,9 @@
 // 02111-1307, USA.
 
 // $Log$
+// Revision 1.90  2003/11/05 19:52:24  stefan
+// forgot support for emulate_compiler...
+//
 // Revision 1.89  2003/11/05 17:36:55  stefan
 // C++ parser fe refactoring to suite the Processor interface
 //
@@ -602,7 +605,7 @@ PyObject *occParse(PyObject *self, PyObj
     PyObject *py_cppflags;
     std::vector<const char *> cppflags;
     int extract_tails;
-    if (!PyArg_ParseTuple(args, "OsO!iizzO!izz",
+    if (!PyArg_ParseTuple(args, "OsO!iizzO!izzz",
                           &ast,
                           &src,
                           &PyList_Type, &py_extra_files,
@@ -613,7 +616,8 @@ PyObject *occParse(PyObject *self, PyObj
                           &PyList_Type, &py_cppflags,
                           &extract_tails,
                           &syn_syntax_prefix,
-                          &syn_xref_prefix)
+                          &syn_xref_prefix,
+                          &syn_emulate_compiler)
         || !extract(py_extra_files, extra_files)
         || !extract(py_cppflags, cppflags))
         return 0;





More information about the Synopsis-changes mailing list