picrin/extlib/benz/gc.c

8 lines
116 B
C
Raw Normal View History

2014-08-25 00:38:09 -04:00
#include "picrin.h"
#ifdef PIC_USE_BITMAPGC
# include "./gc/bitmap.c"
#else
# include "./gc/markandsweep.c"
2015-05-27 13:12:26 -04:00
#endif