fix clang cmake build left broken for arches other than aarch64 by #2f0de58717 (...
[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)