Class.st
changeset 1807 202f0af2c2e1
parent 1802 f9148cfae747
child 1811 8afb43250471
--- a/Class.st	Tue Oct 22 22:41:00 1996 +0200
+++ b/Class.st	Wed Oct 23 00:08:45 1996 +0200
@@ -44,10 +44,6 @@
     Also change management and recompilation is defined here (since the superclasses
     do not have enough symbolic information to support compilation).
 
-    For production code, the stc compiler is planned to (optionally) generate classes 
-    as subclasses of Behavior - to excludes all name, source info etc., 
-    however, normally all classes are subclasses of Class.
-
     [Instance variables:]
 
         classvars       <String>        the names of the class variables
@@ -67,8 +63,8 @@
         revision        <String>        revision string - inserted by stc
 
         hook            <any>           reserved: a place to add additional attributes,
-				        without a need to recompile all classes.
-					Currently unused.
+                                        without a need to recompile all classes.
+                                        Currently unused.
 
     [Class variables:]
 
@@ -117,7 +113,7 @@
         Claus Gittinger
 
     [see also:]
-	Behavior ClassDescription Metaclass
+        Behavior ClassDescription Metaclass
 "
 ! !
 
@@ -4115,6 +4111,6 @@
 !Class class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.194 1996-10-22 19:37:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.195 1996-10-22 22:08:45 cg Exp $'
 ! !
 Class initialize!