*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 05 Jun 2013 16:38:30 +0200
changeset 1316 99c76e87fd95
parent 1315 69b96d3bb85f
child 1317 88f708ec8a14
*** empty log message ***
smalltalk.rc
--- a/smalltalk.rc	Tue May 28 12:33:19 2013 +0200
+++ b/smalltalk.rc	Wed Jun 05 16:38:30 2013 +0200
@@ -428,7 +428,7 @@
 "/ now always get a chance to make some progress ...
 
 Smalltalk addStartBlock:[
-    'smalltalk.rc [info]: start timeSlicing...' infoPrintCR.
+    "/ 'smalltalk.rc [info]: start timeSlicing...' infoPrintCR.
     Processor startTimeSlicing.
     Processor supportDynamicPriorities:true.
     ObjectMemory backgroundCollectProcess priorityRange:(4 to:9).