pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-02-24
1998-02-24 22:05:10 by Per Hedbor <ph@opera.com>
25d21c3f96a4fef6585681437afce13cc9a64a9a (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Now compiles without DEBUG
Rev: src/gc.c:1.29
408:
} }
+
#ifdef DEBUG
void locate_references(void *a) { if(!in_gc)
441:
if(!in_gc) exit_gc(); }
+
#endif
int gc_is_referenced(void *a) {