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

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 2 05:51:05 UTC 2003


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

Modified Files:
	synopsis.py 
Log Message:
get rid of 'Dummies' processor

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/GapBuffer/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 05:51:03 -0000	1.3
@@ -17,8 +17,7 @@ linker = Linker(Stripper(),         # st
                 SSDComments(),      # filter out any non-'//.' comments
                 Grouper1(),         # group declarations according to '@group' tags
                 CommentStripper(),  # strip any 'suspicious' comments
-                Previous(),         # attach '//<-' comments
-                Dummies(),          # drop 'dummy' declarations
+                Previous(),         # attach '//<' comments
                 EmptyNS(),          # skip empty namespaces
                 AccessRestrictor()) # filter out unwanted ('private', say) declarations
 





More information about the Synopsis-changes mailing list