BinaryNode.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 596 7e1d73e3bc06
--- a/BinaryNode.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/BinaryNode.st	Thu Apr 25 19:09:53 1996 +0200
@@ -37,6 +37,10 @@
 "
     node for parse-trees, representing binary message sends
     This is a helper class for the compiler.
+
+    [author:]
+        Claus Gittinger
+
 "
 ! !
 
@@ -209,5 +213,5 @@
 !BinaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/BinaryNode.st,v 1.22 1996-04-25 11:15:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/BinaryNode.st,v 1.23 1996-04-25 17:09:42 cg Exp $'
 ! !