[make using the boehm garbage collector, profiling, and the custom allocator play nice together
John Meacham <john@repetae.net>**20060124042033] hunk ./data/jhc_rts.c 15
-#define malloc GC_malloc
-#define free GC_free
+#define jhc_malloc GC_malloc
+#define jhc_free GC_free
hunk ./data/jhc_rts.c 54
+#ifndef USE_BOEHM_GC
hunk ./data/jhc_rts.c 56
+#endif
hunk ./data/jhc_rts.c 68
+#ifndef USE_BOEHM_GC
hunk ./data/jhc_rts.c 77
+#endif
+
hunk ./data/jhc_rts.c 83
+#ifndef USE_BOEHM_GC
hunk ./data/jhc_rts.c 85
+#endif
hunk ./data/jhc_rts.c 95
+#ifndef USE_BOEHM_GC
hunk ./data/jhc_rts.c 101
+#endif