diff -r ee448a958d19 -r 8e5818442eb9 ParseNode.st --- a/ParseNode.st Sat Jun 17 19:52:51 2000 +0200 +++ b/ParseNode.st Mon Jun 19 14:03:02 2000 +0200 @@ -14,7 +14,7 @@ Object subclass:#ParseNode instanceVariableNames:'type comments parenthized' - classVariableNames:'NewCodeSet' + classVariableNames:'' poolDictionaries:'' category:'System-Compiler-Support' ! @@ -267,5 +267,5 @@ !ParseNode class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.28 2000-06-17 17:20:22 cg Exp $' + ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.29 2000-06-19 12:03:02 cg Exp $' ! !