[Synopsis-changes] Synopsis/Synopsis/Synopsis/Parsers/Cxx Parser.py,1.4,1.5
Stefan Seefeld stefan at synopsis.fresco.orgTue Nov 18 07:26:00 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters TexInfo.py,1.6,1.7
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors XRefCompiler.py,1.7,1.8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/Synopsis/Parsers/Cxx
In directory frida:/tmp/cvs-serv24856/Synopsis/Parsers/Cxx
Modified Files:
Parser.py
Log Message:
set default compiler to 'c++'
Index: Parser.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/Synopsis/Parsers/Cxx/Parser.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -d -r1.4 -r1.5
--- Parser.py 11 Nov 2003 06:01:45 -0000 1.4
+++ Parser.py 18 Nov 2003 07:25:58 -0000 1.5
@@ -20,7 +20,7 @@ import occ
class Parser(Processor):
preprocessor = Parameter(None, 'the preprocessor to use (defaults to internal)')
- emulate_compiler = Parameter(None, 'a compiler to emulate (defaults to \'c++\')')
+ emulate_compiler = Parameter('c++', 'a compiler to emulate (defaults to \'c++\')')
cppflags = Parameter([], 'list of preprocessor flags such as -I or -D')
main_file_only = Parameter(True, 'should only main file be processed')
base_path = Parameter('', 'path prefix to strip off of the file names')
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters TexInfo.py,1.6,1.7
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors XRefCompiler.py,1.7,1.8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list