*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 25 May 1997 15:40:33 +0200
changeset 222 6752ec0c5643
parent 221 4555412bf82f
child 223 ac3452732363
*** empty log message ***
private.rc
--- a/private.rc	Sun May 25 14:32:54 1997 +0200
+++ b/private.rc	Sun May 25 15:40:33 1997 +0200
@@ -187,7 +187,13 @@
 thisIsMySystem ifTrue:[
     Compiler allowUnderscoreInIdentifier:true. 
     Compiler warnUnderscoreInIdentifier:false. 
+    Compiler warnPossibleIncompatibilities:false. 
     Compiler warnSTXSpecials:false.
+] ifFalse:[
+    Compiler allowUnderscoreInIdentifier:true. 
+    Compiler warnUnderscoreInIdentifier:true. 
+    Compiler warnPossibleIncompatibilities:true. 
+    Compiler warnSTXSpecials:true.
 ].
 
 "/ this is a temporary kludge: specify the flags to be used