Array.st
changeset 788 e80f1c42b87b
parent 626 f359cb7eba58
child 825 f7b73d83b9d4
--- a/Array.st	Mon Dec 18 21:21:44 1995 +0100
+++ b/Array.st	Tue Dec 19 20:09:03 1995 +0100
@@ -93,7 +93,7 @@
 		_InstPtr(newobj)->o_class = self;
 		__qSTORE(newobj, self);
 
-#if defined(FAST_ARRAY_MEMSET4)
+#if defined(memset4) && defined(FAST_ARRAY_MEMSET4)
 		memset4(_InstPtr(newobj)->i_instvars, nil, nInstVars);
 #else
 # if !defined(NEGATIVE_ADDRESSES)
@@ -1320,4 +1320,4 @@
 !Array class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.48 1995-11-23 16:51:57 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.49 1995-12-19 19:08:18 cg Exp $'! !