checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 23 Apr 1998 14:29:35 +0200
changeset 1586 f18bb813f256
parent 1585 262b665632d4
child 1587 d61d76f799c9
checkin from browser
Launcher.st
--- a/Launcher.st	Thu Apr 23 14:27:15 1998 +0200
+++ b/Launcher.st	Thu Apr 23 14:29:35 1998 +0200
@@ -1224,7 +1224,6 @@
     constantFolding selectionIndex:3.
 
     thisIsADemoVersion := (Smalltalk releaseIdentification = 'ST/X_free_demo_vsn').
-thisIsADemoVersion := true.
     thisIsADemoVersion ifTrue:[
         stcCompilationOptions := #( never).
         strings := #('never').
@@ -1563,7 +1562,7 @@
 
     "Modified: / 10.9.1995 / 19:19:18 / claus"
     "Modified: / 9.9.1996 / 22:42:47 / stefan"
-    "Modified: / 23.4.1998 / 14:22:21 / cg"
+    "Modified: / 23.4.1998 / 14:28:50 / cg"
 !
 
 displaySettings
@@ -5013,5 +5012,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.324 1998-04-23 12:24:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.325 1998-04-23 12:29:35 cg Exp $'
 ! !