ParseNode.st
changeset 1044 03b2cc4a5d5f
parent 914 e67e983a8897
child 1046 8e5818442eb9
--- a/ParseNode.st	Wed Mar 29 21:17:54 2000 +0200
+++ b/ParseNode.st	Sat Jun 17 19:20:22 2000 +0200
@@ -10,9 +10,11 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libcomp' }"
+
 Object subclass:#ParseNode
 	instanceVariableNames:'type comments parenthized'
-	classVariableNames:''
+	classVariableNames:'NewCodeSet'
 	poolDictionaries:''
 	category:'System-Compiler-Support'
 !
@@ -265,5 +267,5 @@
 !ParseNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.27 1999-07-15 19:42:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.28 2000-06-17 17:20:22 cg Exp $'
 ! !