PrimaryNode.st
changeset 148 ef0e604209ec
parent 140 1ef1d1395146
child 261 0372e948ca2d
--- a/PrimaryNode.st	Sun Dec 03 13:04:51 1995 +0100
+++ b/PrimaryNode.st	Sun Dec 03 13:17:26 1995 +0100
@@ -37,10 +37,6 @@
 "
     node for parse-trees, representing primaries (variables & literals)
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.13 1995-11-23 02:14:13 cg Exp $'
 ! !
 
 !PrimaryNode methodsFor:'accessing'!
@@ -92,3 +88,8 @@
     ^ true
 ! !
 
+!PrimaryNode class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.14 1995-12-03 12:15:02 cg Exp $'
+! !