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.c,v 1.192 2006/05/10 19:43:54 mast Exp $
+ || $Id: array.c,v 1.193 2006/07/05 20:49:17 mast Exp $
*/
#include "global.h"
1296: Inside #if defined(PIKE_DEBUG)
#ifdef PIKE_DEBUG
/* Maybe I should have a 'clean' flag for this computation */
- void array_check_type_field(struct array *v)
+ PMOD_EXPORT void array_check_type_field(struct array *v)
{
int e;
TYPE_FIELD t;