UnaryNd.st
changeset 261 0372e948ca2d
parent 212 ff39051e219f
child 263 3b21d0991eff
--- a/UnaryNd.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/UnaryNd.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 MessageNode subclass:#UnaryNode
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !UnaryNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing unary messages
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -254,5 +255,5 @@
 !UnaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/UnaryNd.st,v 1.20 1996-02-10 18:33:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/UnaryNd.st,v 1.21 1996-04-25 11:13:50 cg Exp $'
 ! !