*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 13 Apr 1996 22:35:19 +0200
changeset 1176 1c53fc7a69c0
parent 1175 7ca26065cf02
child 1177 05f4917ccc4f
*** empty log message ***
CCReader.st
ClassCategoryReader.st
--- a/CCReader.st	Sat Apr 13 15:29:39 1996 +0200
+++ b/CCReader.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/Attic/CCReader.st,v 1.28 1996-02-10 12:27:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/CCReader.st,v 1.29 1996-04-13 20:35:19 cg Exp $'
 ! !
 ClassCategoryReader initialize!
--- 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!