warning message
authorClaus Gittinger <cg@exept.de>
Wed, 09 Apr 2003 11:16:31 +0200
changeset 1395 798231203863
parent 1394 93e75cb62f4f
child 1396 5306bf9b9174
warning message
Scanner.st
--- a/Scanner.st	Wed Apr 09 11:15:54 2003 +0200
+++ b/Scanner.st	Wed Apr 09 11:16:31 2003 +0200
@@ -1976,7 +1976,7 @@
     nextChar == $- ifTrue:[
         pos := source position1Based.
         self
-            warnPossibleIncompatibility:'add a space before ''-'' for compatibility with other systems'
+            warnPossibleIncompatibility:'add spaces around ''-'' for compatibility with other systems'
             position:pos to:pos.
     ].
 
@@ -2613,7 +2613,7 @@
 !Scanner class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.164 2003-03-28 14:43:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.165 2003-04-09 09:16:31 cg Exp $'
 ! !
 
 Scanner initialize!