ClassDescription.st
changeset 3329 5bd568fec8d1
parent 3288 373af30a15ca
child 3344 088c84bfad31
--- a/ClassDescription.st	Fri Mar 06 16:37:28 1998 +0100
+++ b/ClassDescription.st	Fri Mar 06 16:42:15 1998 +0100
@@ -841,7 +841,7 @@
                 compiler compile:code forClass:self inCategory:cat
             ] ifFalse:[
                 "/ some other (TGEN) compiler
-                compiler "new"
+                compiler new
                         compile:code
                         in:self
                         notifying:nil
@@ -853,6 +853,7 @@
 
     "Created: / 1.4.1997 / 23:43:34 / stefan"
     "Modified: / 30.10.1997 / 17:12:50 / cg"
+    "Modified: / 4.3.1998 / 13:01:55 / stefan"
 !
 
 recompileAll
@@ -2683,6 +2684,6 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.64 1998-02-16 14:06:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.65 1998-03-06 15:42:15 stefan Exp $'
 ! !
 ClassDescription initialize!