ParseNode.st
changeset 3 b63b8a6b71fb
parent 0 7ad01559b262
child 4 f6fd83437415
--- a/ParseNode.st	Wed Oct 13 01:25:45 1993 +0100
+++ b/ParseNode.st	Wed Oct 13 01:26:26 1993 +0100
@@ -11,7 +11,7 @@
 "
 
 Object subclass:#ParseNode
-       instanceVariableNames:'type'
+       instanceVariableNames:'type comments'
        classVariableNames:''
        poolDictionaries:''
        category:'System-Compiler-Support'
@@ -22,7 +22,7 @@
 COPYRIGHT (c) 1989-93 by Claus Gittinger
               All Rights Reserved
 
-%W% %E%
+$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.2 1993-10-13 00:25:59 claus Exp $
 '!
 
 !ParseNode class methodsFor:'instance creation'!