aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index b473ebd7ded..a1a85946ce0 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -7160,7 +7160,7 @@ We divide the value by 1024 to make sure it fits in a Lisp integer. */)
7160{ 7160{
7161 Lisp_Object end; 7161 Lisp_Object end;
7162 7162
7163#if defined HAVE_NS || !HAVE_SBRK 7163#if defined HAVE_NS || defined __APPLE__ || !HAVE_SBRK
7164 /* Avoid warning. sbrk has no relation to memory allocated anyway. */ 7164 /* Avoid warning. sbrk has no relation to memory allocated anyway. */
7165 XSETINT (end, 0); 7165 XSETINT (end, 0);
7166#else 7166#else