aboutsummaryrefslogtreecommitdiffstats
path: root/src/ralloc.c
diff options
context:
space:
mode:
authorJim Blandy1992-01-13 21:48:08 +0000
committerJim Blandy1992-01-13 21:48:08 +0000
commit265a9e559da4ac72d154ecd638c51801b3e97847 (patch)
tree633e4dc50761c2cd5201a7874e23eee9e51aecea /src/ralloc.c
parentd427b66a664c0e1ffc818dfa5b87b45b4857d2ae (diff)
downloademacs-265a9e559da4ac72d154ecd638c51801b3e97847.tar.gz
emacs-265a9e559da4ac72d154ecd638c51801b3e97847.zip
*** empty log message ***
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