aboutsummaryrefslogtreecommitdiffstats
path: root/src/ralloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ralloc.c')
-rw-r--r--src/ralloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ralloc.c b/src/ralloc.c
index 1f92b51be88..d2dae3637a0 100644
--- a/src/ralloc.c
+++ b/src/ralloc.c
@@ -97,7 +97,7 @@ check_memory_limits (address)
97 } 97 }
98 98
99 if (EXCEEDS_ELISP_PTR (address)) 99 if (EXCEEDS_ELISP_PTR (address))
100 (*warnfunction) ("Warning: memory in use exceeds lisp pointer size"); 100 memory_full ();
101} 101}
102 102
103/* Obtain SIZE bytes of space. If enough space is not presently available 103/* Obtain SIZE bytes of space. If enough space is not presently available