Branch: Tag:

2006-07-05

2006-07-05 19:28:11 by Martin Stjernholm <mast@lysator.liu.se>

Added PMOD_EXPORTs.

Rev: src/fsort.c:1.25
Rev: src/fsort.h:1.7
Rev: src/interpret.c:1.378
Rev: src/interpret.h:1.169
Rev: src/language.yacc:1.370
Rev: src/las.h:1.73
Rev: src/operators.c:1.211
Rev: src/operators.h:1.19
Rev: src/pike_memory.c:1.179
Rev: src/pike_memory.h:1.53
Rev: src/pike_types.c:1.255
Rev: src/pike_types.h:1.95
Rev: src/program.c:1.603
Rev: src/program.h:1.224
Rev: src/stralloc.h:1.100

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: operators.c,v 1.210 2006/04/25 18:29:49 neotron Exp $ + || $Id: operators.c,v 1.211 2006/07/05 19:28:10 mast Exp $   */      #include "global.h"
336:   }      /* Special case for casting to string. */ - void o_cast_to_string(void) + PMOD_EXPORT void o_cast_to_string(void)   {    char buf[200];    switch(sp[-1].type)