comment
authorClaus Gittinger <cg@exept.de>
Mon, 21 Jan 2008 13:25:56 +0100
changeset 2058 3d2daea65184
parent 2057 724cca1f07e2
child 2059 25c8eb0ff9df
comment
Scanner.st
--- a/Scanner.st	Mon Jan 21 13:25:43 2008 +0100
+++ b/Scanner.st	Mon Jan 21 13:25:56 2008 +0100
@@ -805,6 +805,9 @@
 !
 
 warnPossibleIncompatibilities
+    "return true, if possible incompatibilities (with other ST systems)
+     are to be warned about"
+
     ^ parserFlags warnPossibleIncompatibilities
 !
 
@@ -3167,7 +3170,7 @@
 !Scanner class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.234 2007-11-19 18:52:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.235 2008-01-21 12:25:56 cg Exp $'
 ! !
 
 Scanner initialize!