[Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.3,1.4

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


Update of /cvs/synopsis/Synopsis/demo/C++/GapBuffer
In directory frida:/tmp/cvs-serv9984/demo/C++/GapBuffer

Modified Files:
	synopsis.py 
Log Message:
eliminate EmptyNS

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/GapBuffer/synopsis.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -d -r1.3 -r1.4
--- synopsis.py	2 Dec 2003 05:51:03 -0000	1.3
+++ synopsis.py	2 Dec 2003 16:20:29 -0000	1.4
@@ -18,7 +18,6 @@ linker = Linker(Stripper(),         # st
                 Grouper1(),         # group declarations according to '@group' tags
                 CommentStripper(),  # strip any 'suspicious' comments
                 Previous(),         # attach '//<' comments
-                EmptyNS(),          # skip empty namespaces
                 AccessRestrictor()) # filter out unwanted ('private', say) declarations
 
 xref = XRefCompiler(prefix = 'xref')





More information about the Synopsis-changes mailing list