Scanner.st
changeset 98 ccc7f9389a8e
parent 97 3b0d380771e9
child 100 6df9644528bd
--- a/Scanner.st	Mon Jul 03 04:38:59 1995 +0200
+++ b/Scanner.st	Sun Jul 23 04:24:56 1995 +0200
@@ -35,7 +35,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	     All Rights Reserved
 
-$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.30 1995-07-03 02:38:54 claus Exp $
+$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.31 1995-07-23 02:24:35 claus Exp $
 '!
 
 !Scanner class methodsFor:'documentation'!
@@ -56,7 +56,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.30 1995-07-03 02:38:54 claus Exp $
+$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.31 1995-07-23 02:24:35 claus Exp $
 "
 !
 
@@ -224,6 +224,12 @@
     "
 ! !
 
+!Scanner methodsFor:'ST-80 compatibility'!
+
+endOfLastToken
+    ^ source position
+! !
+
 !Scanner methodsFor:'private'!
 
 initializeFor:aStringOrStream