summaryrefslogtreecommitdiff
path: root/mallocx.c
diff options
context:
space:
mode:
Diffstat (limited to 'mallocx.c')
-rw-r--r--mallocx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mallocx.c b/mallocx.c
index 740650a3..f7a680a1 100644
--- a/mallocx.c
+++ b/mallocx.c
@@ -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;