Scanner.st
changeset 97 3b0d380771e9
parent 96 ae3b3d960476
child 98 ccc7f9389a8e
--- a/Scanner.st	Tue Jun 27 04:17:58 1995 +0200
+++ b/Scanner.st	Mon Jul 03 04:38:59 1995 +0200
@@ -35,7 +35,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	     All Rights Reserved
 
-$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.29 1995-06-27 02:17:46 claus Exp $
+$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.30 1995-07-03 02:38:54 claus Exp $
 '!
 
 !Scanner class methodsFor:'documentation'!
@@ -56,7 +56,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.29 1995-06-27 02:17:46 claus Exp $
+$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.30 1995-07-03 02:38:54 claus Exp $
 "
 !
 
@@ -863,7 +863,7 @@
 !
 
 nextIdentifier
-    |nextChar string firstChar pos|
+    |nextChar string firstChar|
 
     hereChar == $_ ifTrue:[
 	"/