class: ParserFlags
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jul 2013 02:41:13 +0200
changeset 3224 abfeab0cc62f
parent 3223 34bf02a37ac1
child 3225 57126b848598
class: ParserFlags changed: #initialize
ParserFlags.st
--- a/ParserFlags.st	Tue Jul 16 01:30:32 2013 +0200
+++ b/ParserFlags.st	Tue Jul 16 02:41:13 2013 +0200
@@ -1529,8 +1529,8 @@
 
     ArraysAreImmutable := false.                "/ still care for ST-80 compatibility
     StringsAreImmutable := false.               "/ still care for ST-80 compatibility
-    ArraysAreImmutable := true.                 "/ do not care for ST-80 compatibility
-    StringsAreImmutable := true.                "/ do not care for ST-80 compatibility
+    "/ ArraysAreImmutable := true.                 "/ do not care for ST-80 compatibility
+    "/ StringsAreImmutable := true.                "/ do not care for ST-80 compatibility
     ImplicitSelfSends := false.
 
     STCKeepCIntermediate := false.
@@ -2604,11 +2604,11 @@
 !ParserFlags class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.110 2013-07-13 07:05:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.111 2013-07-16 00:41:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.110 2013-07-13 07:05:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.111 2013-07-16 00:41:13 cg Exp $'
 ! !