pike.git/
src/
array.h
Branch:
Tag:
Non-build tags
All tags
No tags
2006-07-05
2006-07-05 20:49:17 by Martin Stjernholm <mast@lysator.liu.se>
ec0eea9a72811027d80bf6bb94395ee5b5bf2f40 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added a PMOD_EXPORT.
Rev: src/array.c:1.193
Rev: src/array.h:1.69
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.
68
2005
/
09
/
12
07
:
45
:
47
bill
Exp $
+
|| $Id: array.h,v 1.
69
2006
/
07
/
05
20
:
49
:
17
mast
Exp $
*/ #ifndef ARRAY_H
142:
PMOD_EXPORT struct array *reorder_and_copy_array(struct array *v, INT32 *order); PMOD_EXPORT TYPE_FIELD array_fix_type_field(struct array *v); #ifdef PIKE_DEBUG
-
void array_check_type_field(struct array *v);
+
PMOD_EXPORT
void array_check_type_field(struct array *v);
#endif PMOD_EXPORT union anything *low_array_get_item_ptr(struct array *a, INT32 ind,