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: svalue.h,v 1.74 2000/12/14 07:27:16 mast Exp $ +  * $Id: svalue.h,v 1.75 2000/12/16 05:52:17 marcus Exp $    */   #ifndef SVALUE_H   #define SVALUE_H
385:    struct processing *p);   void check_short_svalue(union anything *u, TYPE_T type);   void debug_check_svalue(struct svalue *s); - void real_gc_xmark_svalues(struct svalue *s, ptrdiff_t num); - void real_gc_check_svalues(struct svalue *s, size_t num); + PMOD_EXPORT void real_gc_xmark_svalues(struct svalue *s, ptrdiff_t num); + PMOD_EXPORT void real_gc_check_svalues(struct svalue *s, size_t num);   void gc_check_weak_svalues(struct svalue *s, size_t num); - void real_gc_check_short_svalue(union anything *u, TYPE_T type); + PMOD_EXPORT void real_gc_check_short_svalue(union anything *u, TYPE_T type);   void gc_check_weak_short_svalue(union anything *u, TYPE_T type); - TYPE_FIELD real_gc_mark_svalues(struct svalue *s, size_t num); + PMOD_EXPORT TYPE_FIELD real_gc_mark_svalues(struct svalue *s, size_t num);   TYPE_FIELD gc_mark_weak_svalues(struct svalue *s, size_t num);   int real_gc_mark_short_svalue(union anything *u, TYPE_T type);   int gc_mark_weak_short_svalue(union anything *u, TYPE_T type); - TYPE_FIELD real_gc_cycle_check_svalues(struct svalue *s, size_t num); + PMOD_EXPORT TYPE_FIELD real_gc_cycle_check_svalues(struct svalue *s, size_t num);   TYPE_FIELD gc_cycle_check_weak_svalues(struct svalue *s, size_t num); - int real_gc_cycle_check_short_svalue(union anything *u, TYPE_T type); + PMOD_EXPORT int real_gc_cycle_check_short_svalue(union anything *u, TYPE_T type);   int gc_cycle_check_weak_short_svalue(union anything *u, TYPE_T type);   void real_gc_free_svalue(struct svalue *s);   void real_gc_free_short_svalue(union anything *u, TYPE_T type);