SrcFLoader.st
changeset 263 3b21d0991eff
parent 162 2349ee7039ce
child 275 da3efc596541
--- a/SrcFLoader.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/SrcFLoader.st	Thu Apr 25 19:09:53 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Object subclass:#SourceFileLoader
-	 instanceVariableNames:'myStream currentSource package wantChangeLog'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler'
+	instanceVariableNames:'myStream currentSource package wantChangeLog'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler'
 !
 
 !SourceFileLoader class methodsFor:'documentation'!
@@ -39,6 +39,9 @@
     They get notified about any errors. Currently, all we
     do here is to output the error on the Transcript;
     eventually, we will open a box showing the position of the error.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -133,5 +136,5 @@
 !SourceFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/SrcFLoader.st,v 1.11 1995-12-07 23:41:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/SrcFLoader.st,v 1.12 1996-04-25 17:06:21 cg Exp $'
 ! !