From: Andrew Innes Date: Wed, 5 Jul 2000 16:31:17 +0000 (+0000) Subject: Make real_morecore non-static. X-Git-Tag: emacs-pretest-21.0.90~2964 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=321ed47b16711ddcf3f2ee5d7a6b9395c33205d8;p=emacs.git Make real_morecore non-static. --- 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;