]> git.eshelyaron.com Git - emacs.git/commitdiff
Make real_morecore non-static.
authorAndrew Innes <andrewi@gnu.org>
Wed, 5 Jul 2000 16:31:17 +0000 (16:31 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 5 Jul 2000 16:31:17 +0000 (16:31 +0000)
src/ralloc.c

index 38adc795a9140844823cbaf057d79d238aa7530d..93a51bbb6d7c23549c261cc2dfaed4e85077d7f7 100644 (file)
@@ -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;