[Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors Linker.py,1.12,1.13

Stefan Seefeld stefan at synopsis.fresco.org
Wed Dec 3 00:37:50 UTC 2003


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

Modified Files:
	Linker.py 
Log Message:
backup and restore the 'output' parameter while the super class overrides it

Index: Linker.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/Synopsis/Processors/Linker.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -d -r1.12 -r1.13
--- Linker.py	2 Dec 2003 16:19:41 -0000	1.12
+++ Linker.py	3 Dec 2003 00:37:47 -0000	1.13
@@ -42,8 +42,10 @@ class Linker(Composite, AST.Visitor, Typ
          self.ast = EmptyModuleRemover.EmptyModuleRemover().process(self.ast)
 
       # now deal with the sub-processors, if any
+      output = self.output
       self.ast = Composite.process(self, self.ast, input=[], output='')
-
+      self.output = output
+      
       return self.output_and_return_ast()
 
    def lookup(self, name):





More information about the Synopsis-changes mailing list