pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-23
2000-04-23 03:17:11 by Martin Stjernholm <mast@lysator.liu.se>
220000456772398245cc8179c28ef08aca9cbc81 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
A fix for compiling without debug.
Rev: src/gc.c:1.80
29:
#include "block_alloc.h"
-
RCSID("$Id: gc.c,v 1.
79
2000/04/23 03:
01
:
25
mast Exp $");
+
RCSID("$Id: gc.c,v 1.
80
2000/04/23 03:
17
:
11
mast Exp $");
/* Run garbage collect approximate every time we have * 20 percent of all arrays, objects and programs is
660:
fatal_after_gc="Refs changed in gc()\n"; } m->saved_refs = *(INT32 *)a;
+
#else
+
m = get_marker(a);
#endif m->flags |= GC_CHECKED;