From ad7d35e75b4240f64ef8f8686df280eedb23df6d Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Thu, 2 Oct 2008 01:45:05 +0200 Subject: [PATCH] Fix. Rev: src/array.h:1.82 --- src/array.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/array.h b/src/array.h index 2f973f997b..aecea05293 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) { \ -- GitLab