Branch: Tag:

2000-12-16

2000-12-16 05:52:17 by Marcus Comstedt <marcus@mc.pp.se>

Added a lot of missing PMOD_EXPORT.

Rev: src/builtin_functions.h:1.15
Rev: src/mapping.h:1.34
Rev: src/program.h:1.112
Rev: src/stuff.h:1.11
Rev: src/svalue.h:1.75
Rev: src/threads.h:1.110

5:   \*/      /* -  * $Id: builtin_functions.h,v 1.14 2000/07/28 17:16:54 hubbe Exp $ +  * $Id: builtin_functions.h,v 1.15 2000/12/16 05:52:16 marcus Exp $    */   #ifndef BUILTIN_EFUNS_H   #define BUILTIN_EFUNS_H    - #define TYPEP(ID,NAME,TYPE) void ID(INT32 args); + #define TYPEP(ID,NAME,TYPE) PMOD_EXPORT void ID(INT32 args);      #include "callback.h"