ByteArray.st
changeset 2890 fa0418a0f896
parent 2866 0d1b10026aa8
child 2894 344aec8ba014
--- a/ByteArray.st	Fri Aug 22 17:52:31 1997 +0200
+++ b/ByteArray.st	Fri Aug 22 19:56:29 1997 +0200
@@ -2274,13 +2274,12 @@
      This is needed specially in the bitmap/Imageclasses to find used colors 
      of an image."
 
-    |result|
-
 %{  /* STACK: 400 */
 
     REGISTER unsigned char *cp;
     unsigned char *endp;
     REGISTER int len;
+    OBJ result;
     union {
         unsigned char flags[256];
         int toForceAlignmentOfFlags;
@@ -2350,5 +2349,5 @@
 !ByteArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.83 1997-08-19 17:05:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.84 1997-08-22 17:56:29 cg Exp $'
 ! !