Branch: Tag:

2008-05-11

2008-05-11 14:55:54 by Martin Stjernholm <mast@lysator.liu.se>

Fixed missing PMOD_EXPORT on the visit functions.

Rev: src/array.c:1.207
Rev: src/array.h:1.75
Rev: src/constants.c:1.60
Rev: src/constants.h:1.37
Rev: src/mapping.c:1.201
Rev: src/mapping.h:1.68
Rev: src/multiset.c:1.111
Rev: src/multiset.h:1.44
Rev: src/object.c:1.291
Rev: src/object.h:1.96
Rev: src/pike_types.c:1.332
Rev: src/pike_types.h:1.115
Rev: src/program.c:1.692
Rev: src/program.h:1.243
Rev: src/stralloc.c:1.219
Rev: src/stralloc.h:1.104

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.74 2008/05/11 02:35:21 mast Exp $ + || $Id: array.h,v 1.75 2008/05/11 14:55:53 mast Exp $   */      #ifndef ARRAY_H
192: Inside #if defined(PIKE_DEBUG)
  PMOD_EXPORT void check_array(struct array *a);   void check_all_arrays(void);   #endif - void visit_array (struct array *a, int action); + PMOD_EXPORT void visit_array (struct array *a, int action);   void gc_mark_array_as_referenced(struct array *a);   void real_gc_cycle_check_array(struct array *a, int weak);   unsigned gc_touch_all_arrays(void);