]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - boehm-gc/include/leak_detector.h
Imported gcc-4.4.3
[msp430-gcc.git] / boehm-gc / include / leak_detector.h
diff --git a/boehm-gc/include/leak_detector.h b/boehm-gc/include/leak_detector.h
deleted file mode 100644 (file)
index 0674ab4..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#define GC_DEBUG
-#include "gc.h"
-#define malloc(n) GC_MALLOC(n)
-#define calloc(m,n) GC_MALLOC((m)*(n))
-#define free(p) GC_FREE(p)
-#define realloc(p,n) GC_REALLOC((p),(n))
-#define CHECK_LEAKS() GC_gcollect()