diff options
Diffstat (limited to 'mallocx.c')
-rw-r--r-- | mallocx.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -452,10 +452,9 @@ GC_API GC_ATTR_MALLOC void * GC_CALL GC_malloc_many(size_t lb) return result; } -/* Not well tested nor integrated. */ -/* Debug version is tricky and currently missing. */ #include <limits.h> +/* Debug version is tricky and currently missing. */ GC_API GC_ATTR_MALLOC void * GC_CALL GC_memalign(size_t align, size_t lb) { size_t new_lb; |