ClassCategoryReader.st
changeset 370 20f04d9b371b
parent 350 54d513b45f51
child 379 5b5a130ccd09
--- a/ClassCategoryReader.st	Fri Jul 28 04:38:43 1995 +0200
+++ b/ClassCategoryReader.st	Thu Aug 03 03:17:14 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	     All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/ClassCategoryReader.st,v 1.15 1995-05-18 22:49:17 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ClassCategoryReader.st,v 1.16 1995-08-03 01:14:43 claus Exp $
 '!
 
 !ClassCategoryReader class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/ClassCategoryReader.st,v 1.15 1995-05-18 22:49:17 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ClassCategoryReader.st,v 1.16 1995-08-03 01:14:43 claus Exp $
 "
 !
 
@@ -142,11 +142,12 @@
 		    compiler := myClass compilerClass.
 
 		    "/
-		    "/ kludge - have to make ST/X's compiler protocol
-		    "/ be compatible to ST-80's
+		    "/ kludge - for now;
+		    "/ have to make ST/X's compiler protocol be compatible to ST-80's
 		    "/
 		    (compiler respondsTo:#compile:forClass:inCategory:notifying:install:skipIfSame:)
 		    ifTrue:[
+			"/ ST/X's compiler
 			method :=compiler
 				     compile:aString
 				     forClass:myClass
@@ -156,6 +157,7 @@
 				     skipIfSame:true.
 
 		    ] ifFalse:[
+			"/ some generated (TGEN) compiler
 			method := compiler new
 				      compile:aString 
 				      in:myClass