*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 29 Oct 1997 15:26:46 +0100
changeset 257 3fb1267840ad
parent 256 e603bb9e0469
child 258 89dc3461843b
*** empty log message ***
private.rc
--- a/private.rc	Tue Oct 28 20:22:16 1997 +0100
+++ b/private.rc	Wed Oct 29 15:26:46 1997 +0100
@@ -104,7 +104,7 @@
     "/
     "/ I prefer a smaller menu font
     "/
-    MenuView defaultFont:(MenuView defaultFont size:10).
+    "/ MenuView defaultFont:(MenuView defaultFont size:10).
 
     "/
     "/ I have additional directories to be searched for
@@ -207,16 +207,16 @@
     Compiler ccCompilationOptions:'/O1'.
 ] ifFalse:[
     ((systemType = 'vms') or:[systemType = 'openVMS']) ifTrue:[
-        Compiler ccPath:'cc'.
-        Compiler ccCompilationOptions:'/names=as_is /standard=common'.
+	Compiler ccPath:'cc'.
+	Compiler ccCompilationOptions:'/names=as_is /standard=common'.
     ] ifFalse:[
-        conf := Smalltalk configuration.
-        (conf includesString:'gcc') ifTrue:[
+	conf := Smalltalk configuration.
+	(conf includesString:'gcc') ifTrue:[
 	    Compiler ccPath:'gcc'
-        ] ifFalse:[
+	] ifFalse:[
 	    Compiler ccPath:'cc'
-        ].
-        Compiler ccCompilationOptions:'-O'.
+	].
+	Compiler ccCompilationOptions:'-O'.
     ]
 ].