PrimaryNode.st
changeset 711 25b9a501b97d
parent 612 2748896a66c8
child 1035 8848672cb893
--- a/PrimaryNode.st	Thu May 14 19:24:30 1998 +0200
+++ b/PrimaryNode.st	Thu May 14 19:34:05 1998 +0200
@@ -10,8 +10,6 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:3.1.10 on 20-sep-1997 at 11:48:45 pm'                !
-
 ParseNode subclass:#PrimaryNode
 	instanceVariableNames:'value'
 	classVariableNames:''
@@ -101,5 +99,5 @@
 !PrimaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.17 1997-09-20 21:03:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.18 1998-05-14 17:34:05 cg Exp $'
 ! !