[Synopsis-changes] Synopsis/Synopsis/demo/Mixed synopsis.py,1.2,1.3

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 2 16:20:31 UTC 2003


Update of /cvs/synopsis/Synopsis/demo/Mixed
In directory frida:/tmp/cvs-serv9984/demo/Mixed

Modified Files:
	synopsis.py 
Log Message:
eliminate EmptyNS

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/Mixed/synopsis.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- synopsis.py	22 Nov 2003 21:49:28 -0000	1.2
+++ synopsis.py	2 Dec 2003 16:20:29 -0000	1.3
@@ -33,7 +33,6 @@ class Cxx2IDL(TypeMapper):
 
 idl = Composite(IDL.Parser(),
                 Linker(),           # remove duplicate and forward declarations
-                EmptyNS(),          # skip empty namespaces
                 SSDComments(),      # filter out any non-'//.' comments
                 CommentStripper())  # strip any 'suspicious' comments
 
@@ -41,7 +40,6 @@ cxx = Composite(Cxx.Parser(preprocessor 
                            cppflags = ['-I.', '-D__x86__']),
                 Cxx2IDL(),          # map to interface to hide the skeletons
                 Linker(),           # remove duplicate and forward declarations
-                EmptyNS(),          # skip empty namespaces
                 SSDComments(),      # filter out any non-'//.' comments
                 CommentStripper())  # strip any 'suspicious' comments
 





More information about the Synopsis-changes mailing list