distorted-utils: Currently disabled.
[termux-packages] / packages / w3m / gc.h
1 /* A stub for gc.h to avoid depending on libgc for
2 the host-built mktable program. */
3 #define GC_INIT()
4 #define GC_MALLOC(arg) malloc(arg)
5 #define GC_malloc(arg) malloc(arg)
6 #define GC_MALLOC_ATOMIC(arg) malloc(arg)
7
8 #define GC_free(arg) free(arg)