Skip to content
Snippets Groups Projects
Commit 25d21c3f authored by Per Hedbor's avatar Per Hedbor
Browse files

Now compiles without DEBUG

Rev: src/gc.c:1.29
parent eb8c3e9f
No related branches found
No related tags found
No related merge requests found
...@@ -408,6 +408,7 @@ static void exit_gc(void) ...@@ -408,6 +408,7 @@ static void exit_gc(void)
} }
} }
#ifdef DEBUG
void locate_references(void *a) void locate_references(void *a)
{ {
if(!in_gc) if(!in_gc)
...@@ -441,6 +442,7 @@ void locate_references(void *a) ...@@ -441,6 +442,7 @@ void locate_references(void *a)
if(!in_gc) if(!in_gc)
exit_gc(); exit_gc();
} }
#endif
int gc_is_referenced(void *a) int gc_is_referenced(void *a)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment