*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 25 Jul 1997 18:10:21 +0200
changeset 236 36288fab504e
parent 235 17abf95c2569
child 237 445e768ac4ec
*** empty log message ***
private.rc
--- a/private.rc	Thu Jul 17 14:40:58 1997 +0200
+++ b/private.rc	Fri Jul 25 18:10:21 1997 +0200
@@ -184,17 +184,10 @@
 "/     Once you get bored about them, make the below unconditional.
 "/     (you can also turn them off in the Launchers settings menu ...)
 "/
-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.
-].
+Compiler warnPossibleIncompatibilities:false. 
+Compiler warnSTXSpecials:false.
+Compiler allowUnderscoreInIdentifier:true. 
+Compiler warnUnderscoreInIdentifier:false. 
 
 "/ this is a temporary kludge: specify the flags to be used
 "/ when compiling via stc. Primitive compilation (from within the browser)