checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 30 Oct 1996 14:08:29 +0100
changeset 404 abc2cc63134b
parent 403 43ad163ca9bf
child 405 92cb91b82cf7
checkin from browser
ObjFLoader.st
ObjectFileLoader.st
--- a/ObjFLoader.st	Wed Oct 30 13:38:35 1996 +0100
+++ b/ObjFLoader.st	Wed Oct 30 14:08:29 1996 +0100
@@ -448,7 +448,7 @@
         ].
         ^ '.so'
     ].
-    (os = 'solaris') ifTrue:[^ #('.so') ].
+    (os = 'solaris') ifTrue:[^ '.so' ].
     (os = 'aix') ifTrue:[^ '.so'].
     (os = 'hpux') ifTrue:[^ '.sl'].
     (os = 'win32') ifTrue:[^ '.dll'].
@@ -458,7 +458,7 @@
 
     ^ '.o'
 
-    "Modified: 30.10.1996 / 13:28:46 / cg"
+    "Modified: 30.10.1996 / 14:07:50 / cg"
 !
 
 validBinaryExtensions
@@ -2916,6 +2916,6 @@
 !ObjectFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ObjFLoader.st,v 1.117 1996-10-30 12:38:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ObjFLoader.st,v 1.118 1996-10-30 13:08:29 cg Exp $'
 ! !
 ObjectFileLoader initialize!
--- a/ObjectFileLoader.st	Wed Oct 30 13:38:35 1996 +0100
+++ b/ObjectFileLoader.st	Wed Oct 30 14:08:29 1996 +0100
@@ -448,7 +448,7 @@
         ].
         ^ '.so'
     ].
-    (os = 'solaris') ifTrue:[^ #('.so') ].
+    (os = 'solaris') ifTrue:[^ '.so' ].
     (os = 'aix') ifTrue:[^ '.so'].
     (os = 'hpux') ifTrue:[^ '.sl'].
     (os = 'win32') ifTrue:[^ '.dll'].
@@ -458,7 +458,7 @@
 
     ^ '.o'
 
-    "Modified: 30.10.1996 / 13:28:46 / cg"
+    "Modified: 30.10.1996 / 14:07:50 / cg"
 !
 
 validBinaryExtensions
@@ -2916,6 +2916,6 @@
 !ObjectFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.117 1996-10-30 12:38:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.118 1996-10-30 13:08:29 cg Exp $'
 ! !
 ObjectFileLoader initialize!