CascadeNode.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 539 69a1cd05c7d6
--- a/CascadeNode.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/CascadeNode.st	Thu Apr 25 19:09:53 1996 +0200
@@ -37,6 +37,9 @@
 "
     node for parse-trees, representing cascade message sends
     This is a helper class for the compiler.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -138,5 +141,5 @@
 !CascadeNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/CascadeNode.st,v 1.14 1996-04-25 11:14:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/CascadeNode.st,v 1.15 1996-04-25 17:09:25 cg Exp $'
 ! !