smalltalk.rc
changeset 153 f42ccdad6f93
parent 152 956f80caf731
child 169 08055578224e
--- a/smalltalk.rc	Wed Oct 09 18:39:01 1996 +0200
+++ b/smalltalk.rc	Wed Oct 09 18:52:10 1996 +0200
@@ -254,8 +254,9 @@
 "/ save an initial image; this will speedup the next startup
 "/ (since all autoload-stuff will already be initialized)
 "/
-'st.img' asFilename exists ifFalse:[
-    'SMALLTALK: saving initial image for faster future startup ...' infoPrintCR.
-    ObjectMemory primSnapShotOn:'st.img'
-].
+
+"/'st.img' asFilename exists ifFalse:[
+"/    'SMALLTALK: saving initial image for faster future startup ...' infoPrintCR.
+"/    ObjectMemory primSnapShotOn:'st.img'
+"/].
 !