diff options
| author | Roland McGrath | 1992-10-15 23:44:00 +0000 |
|---|---|---|
| committer | Roland McGrath | 1992-10-15 23:44:00 +0000 |
| commit | 134994aee89c05f07b40c94d95a00571a3fe3f43 (patch) | |
| tree | fb72e42e65530f005e8bd62d821000c71822cd0a /src | |
| parent | fd0654667e6844ad235e5c2647960f778ce724c7 (diff) | |
| download | emacs-134994aee89c05f07b40c94d95a00571a3fe3f43.tar.gz emacs-134994aee89c05f07b40c94d95a00571a3fe3f43.zip | |
(check_memory_limits): Declare __morecore.
Remove unused variable `result'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/vm-limit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vm-limit.c b/src/vm-limit.c index c3bd98d67de..711b4a74b18 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c | |||
| @@ -49,7 +49,8 @@ static void (*warn_function) (); | |||
| 49 | static void | 49 | static void |
| 50 | check_memory_limits () | 50 | check_memory_limits () |
| 51 | { | 51 | { |
| 52 | POINTER result; | 52 | extern POINTER (*__morecore) (); |
| 53 | |||
| 53 | register POINTER cp; | 54 | register POINTER cp; |
| 54 | int five_percent; | 55 | int five_percent; |
| 55 | int data_size; | 56 | int data_size; |