ClassCategoryReader.st
changeset 1176 1c53fc7a69c0
parent 959 dbf9d63b4a6c
child 1295 83f594f05c52
--- a/ClassCategoryReader.st	Sat Apr 13 15:29:39 1996 +0200
+++ b/ClassCategoryReader.st	Sat Apr 13 22:35:19 1996 +0200
@@ -140,7 +140,7 @@
      and add the methods to the class defined by the class-instance var;
      errors and notifications are passed to requestor"
 
-    |aString done method compiler canMakeSourceRef sourceFile pos nm fn src s|
+    |aString done method compiler canMakeSourceRef sourceFile pos nm src s|
 
     Smalltalk silentLoading ifFalse:[
         myClass isNil ifTrue:[
@@ -319,6 +319,6 @@
 !ClassCategoryReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassCategoryReader.st,v 1.28 1996-02-10 12:27:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassCategoryReader.st,v 1.29 1996-04-13 20:35:19 cg Exp $'
 ! !
 ClassCategoryReader initialize!