changeset 1417:3a1576d52874

(check_memory_limits): Declare __morecore. Remove unused variable `result'.
author Roland McGrath <roland@gnu.org>
date Thu, 15 Oct 1992 23:44:00 +0000
parents 60bb5e719468
children d8dc740867ee
files src/vm-limit.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/vm-limit.c	Thu Oct 15 23:29:28 1992 +0000
+++ b/src/vm-limit.c	Thu Oct 15 23:44:00 1992 +0000
@@ -49,7 +49,8 @@
 static void
 check_memory_limits ()
 {
-  POINTER result;
+  extern POINTER (*__morecore) ();
+
   register POINTER cp;
   int five_percent;
   int data_size;