[Synopsis-changes] Synopsis/Synopsis/Synopsis Config.py,1.23,1.24

Stefan Seefeld stefan at synopsis.fresco.org
Wed Nov 5 01:57:03 UTC 2003


Update of /cvs/synopsis/Synopsis/Synopsis
In directory frida:/tmp/cvs-serv10236/Synopsis

Modified Files:
	Config.py 
Log Message:
rename C++ -> Cxx

Index: Config.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/Synopsis/Config.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -d -r1.23 -r1.24
--- Config.py	9 Oct 2003 05:02:39 -0000	1.23
+++ Config.py	5 Nov 2003 01:57:00 -0000	1.24
@@ -124,9 +124,9 @@ class Base:
             main_file = 1
             def __init__(self, argv):
                 if argv.has_key('verbose'): self.verbose = 1
-        class CXX:
+        class Cxx:
             """Config object for the C++ parser.
-            @attr name Name of this config object: 'C++'
+            @attr name Name of this config object: 'Cxx'
             @attr verbose Verbosity flag. This attribute is set by __init__(),
             but only if 'verbose' was passed as a config option.
             @attr main_file Flag that selects if should only store the AST
@@ -189,9 +189,9 @@ class Base:
             should have a Simple rule first which is the main sourcefile, and
             any number of other rules to select other files to record the AST
             for.
-            @see Synopsis.Parser.C++.__init__
+            @see Synopsis.Parser.Cxx.__init__
             """
-            name = 'C++'
+            name = 'Cxx'
             include_path = []
             def __init__(self, argv):
                 if argv.has_key('verbose'): self.verbose = 1
@@ -213,7 +213,7 @@ class Base:
                 if argv.has_key('verbose'): self.verbose = 1
                 self.main_file = 1
 
-        modules = {'C++': CXX,
+        modules = {'Cxx': Cxx,
                    'IDL': IDL,
                    'Python': Python}
     





More information about the Synopsis-changes mailing list