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: stralloc.c,v 1.218 2008/05/11 02:36:00 mast Exp $ + || $Id: stralloc.c,v 1.219 2008/05/11 14:55:54 mast Exp $   */      #include "global.h"
2134:    size[0]=size_;   }    - void visit_string (struct pike_string *s, int action) + PMOD_EXPORT void visit_string (struct pike_string *s, int action)   {    switch (action) {   #ifdef PIKE_DEBUG