pike.git/
src/
array.h
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-17
2004-03-17 15:27:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fb78847850edfa09033bf30e6d489467c9de476b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Using BEGIN_AGGREGATE_ARRAY() without a semi colon is now supported again.
Rev: src/array.h:1.58
2:
|| 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.
57
2004/03/17 15:
20
:
35
grubba Exp $
+
|| $Id: array.h,v 1.
58
2004/03/17 15:
27
:
26
grubba Exp $
*/ #ifndef ARRAY_H
207:
struct svalue *base__; \ push_array(allocate_array_no_init(0, (estimated_size))); \ base__ = Pike_sp; \
-
base__[-1].u.array->type_field = (BIT_MIXED | BIT_UNFINISHED)
+
base__[-1].u.array->type_field = (BIT_MIXED | BIT_UNFINISHED)
;
#define DO_AGGREGATE_ARRAY(max_keep_on_stack) \ do { \