Scanner.st
changeset 1020 7f52741f59dc
parent 1004 708e1ca35c3b
child 1023 6d16edd3b99c
--- a/Scanner.st	Thu Jan 13 14:33:48 2000 +0100
+++ b/Scanner.st	Mon Jan 17 12:15:46 2000 +0100
@@ -507,7 +507,7 @@
     "Modified: / 18.6.1998 / 23:10:39 / cg"
 ! !
 
-!Scanner methodsFor:'Compatibility - ST-80'!
+!Scanner methodsFor:'Compatibility - ST80'!
 
 endOfLastToken
     "return the position of the token which was just read.
@@ -2033,6 +2033,6 @@
 !Scanner class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.113 1999-12-10 12:09:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.114 2000-01-17 11:14:57 cg Exp $'
 ! !
 Scanner initialize!