private.rc
changeset 236 36288fab504e
parent 222 6752ec0c5643
child 241 c3104d49ded5
--- 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)