summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index c99e3580c7..a2631ae7a0 100644
--- a/malloc.c
+++ b/malloc.c
@@ -64,7 +64,7 @@ static int morecore();
*/
union overhead {
union overhead *ov_next; /* when free */
-#if ALIGNBYTES > 4
+#if MEM_ALIGNBYTES > 4
double strut; /* alignment problems */
#endif
struct {