*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 18 Jun 1999 15:53:44 +0200
changeset 858 2697c8300306
parent 857 72baf41f3bc9
child 859 0e5dd0e35301
*** empty log message ***
ObjFLoader.st
ObjectFileLoader.st
--- a/ObjFLoader.st	Fri Jun 18 14:54:46 1999 +0200
+++ b/ObjFLoader.st	Fri Jun 18 15:53:44 1999 +0200
@@ -1717,7 +1717,7 @@
 	 * (i.e. linked with -e _xxx_Init)
 	 */
 	if (@global(Verbose) == true) {
-	    printf("return handle as addr = %x\n", h);
+	    printf("returned handle as addr = %x\n", h);
 	}
 	address = __MKUINT( (int)(h) );
 #else
@@ -2757,7 +2757,7 @@
 
     if (! __isArray(anInfoBuffer)
      || (__arraySize(anInfoBuffer) < 3)) {
-	return nil;
+	RETURN(nil);
     }
 
 #ifdef GNU_DL
@@ -3792,6 +3792,6 @@
 !ObjectFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ObjFLoader.st,v 1.195 1999-06-18 12:54:46 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ObjFLoader.st,v 1.196 1999-06-18 13:53:44 cg Exp $'
 ! !
 ObjectFileLoader initialize!
--- a/ObjectFileLoader.st	Fri Jun 18 14:54:46 1999 +0200
+++ b/ObjectFileLoader.st	Fri Jun 18 15:53:44 1999 +0200
@@ -1717,7 +1717,7 @@
 	 * (i.e. linked with -e _xxx_Init)
 	 */
 	if (@global(Verbose) == true) {
-	    printf("return handle as addr = %x\n", h);
+	    printf("returned handle as addr = %x\n", h);
 	}
 	address = __MKUINT( (int)(h) );
 #else
@@ -2757,7 +2757,7 @@
 
     if (! __isArray(anInfoBuffer)
      || (__arraySize(anInfoBuffer) < 3)) {
-	return nil;
+	RETURN(nil);
     }
 
 #ifdef GNU_DL
@@ -3792,6 +3792,6 @@
 !ObjectFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.195 1999-06-18 12:54:46 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.196 1999-06-18 13:53:44 cg Exp $'
 ! !
 ObjectFileLoader initialize!