pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-03-12
2014-03-12 17:46:27 by Martin Nilsson <nilsson@opera.com>
f8164d667450e1ddebda748de3ec1103d70f823b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Hide some debug code.
1065:
va_end (args); }
+
#ifdef PIKE_DEBUG
+
static void dloc_gc_fatal (const char *file, INT_TYPE line, void *a, int flags, const char *fmt, ...) {
1102:
va_end (args); }
-
#ifdef PIKE_DEBUG
-
+
static void gdb_gc_stop_here(void *a, int weak) { found_ref_count++;