*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 18 Dec 2008 15:34:54 +0100
changeset 2142 c39591bd8f9d
parent 2141 de005dc56384
child 2143 ce63c9486614
*** empty log message ***
ParserFlags.st
--- a/ParserFlags.st	Tue Dec 16 15:33:16 2008 +0100
+++ b/ParserFlags.st	Thu Dec 18 15:34:54 2008 +0100
@@ -327,6 +327,11 @@
 
 stcKeepSTIntermediate
     ^ STCKeepSTIntermediate
+
+    "
+     STCKeepSTIntermediate := true.
+     STCKeepSTIntermediate := false.
+    "
 !
 
 stcKeepSTIntermediate:something 
@@ -1862,7 +1867,7 @@
 !ParserFlags class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.43 2008-10-24 12:50:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.44 2008-12-18 14:34:54 cg Exp $'
 ! !
 
 ParserFlags initialize!