c_src: update for new ffi syntax
[nit.git] / c_src / gc_chooser.c
index 5a8cffe..ca06552 100644 (file)
@@ -25,7 +25,6 @@
 enum gc_option { gc_opt_large, gc_opt_malloc, gc_opt_boehm } gc_option;
 
 #ifdef WITH_LIBGC
-#define GC_DEBUG
 #include <gc/gc.h>
 #endif