Branch: Tag:

2000-12-01

2000-12-01 01:15:04 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

exported more identifiers so that Java may work with dynamic loading on Win32 (maybe)

Rev: src/array.c:1.96
Rev: src/error.c:1.64
Rev: src/errors.h:1.14
Rev: src/gc.c:1.142
Rev: src/interpret.c:1.175
Rev: src/lex.c:1.84
Rev: src/modules/Java/configure.in:1.20
Rev: src/modules/Java/jvm.c:1.29
Rev: src/object.c:1.153
Rev: src/svalue.c:1.88
Rev: src/threads.c:1.146
Rev: src/threads.h:1.106

30:      #include "block_alloc.h"    - RCSID("$Id: gc.c,v 1.141 2000/10/12 01:00:41 mast Exp $"); + RCSID("$Id: gc.c,v 1.142 2000/12/01 01:14:57 hubbe Exp $");      /* Run garbage collect approximately every time    * 20 percent of all arrays, objects and programs is
948:      #endif /* PIKE_DEBUG */    - INT32 real_gc_check(void *a) + PMOD_EXPORT INT32 real_gc_check(void *a)   {    struct marker *m;    INT32 ret;
1287:    }   }    - void gc_cycle_enqueue(gc_cycle_check_cb *checkfn, void *data, int weak) + PMOD_EXPORT void gc_cycle_enqueue(gc_cycle_check_cb *checkfn, void *data, int weak)   {    struct gc_frame *l = alloc_gc_frame();   #ifdef PIKE_DEBUG