summaryrefslogtreecommitdiff
path: root/src/ralloc.c
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-07-05 16:31:17 +0000
committerAndrew Innes <andrewi@gnu.org>2000-07-05 16:31:17 +0000
commit321ed47b16711ddcf3f2ee5d7a6b9395c33205d8 (patch)
tree589ec8826dafb20708daa9d5a750f72652071e20 /src/ralloc.c
parentca149beb3f107bcab371c2c4031801bcb85b7393 (diff)
downloademacs-321ed47b16711ddcf3f2ee5d7a6b9395c33205d8.tar.gz
Make real_morecore non-static.
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 38adc795a91..93a51bbb6d7 100644
--- a/src/ralloc.c
+++ b/src/ralloc.c
@@ -99,7 +99,7 @@ static void r_alloc_init ();
/* Declarations for working with the malloc, ralloc, and system breaks. */
/* Function to set the real break value. */
-static POINTER (*real_morecore) ();
+POINTER (*real_morecore) ();
/* The break value, as seen by malloc. */
static POINTER virtual_break_value;