VarNode.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 355 f3ecff58fb62
--- a/VarNode.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/VarNode.st	Thu Apr 25 19:09:53 1996 +0200
@@ -37,6 +37,9 @@
 "
     node for parse-trees, representing variables
     This is a helper class for the compiler.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -540,5 +543,5 @@
 !VariableNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/VarNode.st,v 1.18 1996-04-25 11:15:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/VarNode.st,v 1.19 1996-04-25 17:09:53 cg Exp $'
 ! !