diff --git a/src/array.h b/src/array.h
index 2f973f997bb1987e3c2d8bb66b7d59272e51a8c7..aecea05293a7ed973068582e553d6a27a6349e48 100644
--- a/src/array.h
+++ b/src/array.h
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: array.h,v 1.81 2008/10/01 23:43:45 mast Exp $
+|| $Id: array.h,v 1.82 2008/10/01 23:45:05 mast Exp $
 */
 
 #ifndef ARRAY_H
@@ -267,7 +267,7 @@ PMOD_EXPORT struct array *implode_array(struct array *a, struct array *b);
       }									\
     }									\
     else								\
-      DO_AGGREGATE_ARRAY (0);						\
+      AGGR_ARR_CHECK (base_sval, 0);					\
     if (base_sval[-1].u.array->type_field & BIT_UNFINISHED)		\
       array_fix_type_field(Pike_sp[-1].u.array);			\
     DO_IF_DEBUG(if (Pike_sp[-1].type != T_ARRAY) {			\