diff options
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 2 |
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) } if (EXCEEDS_ELISP_PTR (address)) - (*warnfunction) ("Warning: memory in use exceeds lisp pointer size"); + memory_full (); } /* Obtain SIZE bytes of space. If enough space is not presently available |
