diff src/ralloc.c @ 30061:3de459e6c652

Make real_morecore non-static.
author Andrew Innes <andrewi@gnu.org>
date Wed, 05 Jul 2000 16:31:17 +0000
parents ee0c984f226d
children 76dcf201d009
line wrap: on
line diff
--- a/src/ralloc.c	Wed Jul 05 16:00:13 2000 +0000
+++ b/src/ralloc.c	Wed Jul 05 16:31:17 2000 +0000
@@ -99,7 +99,7 @@
 /* 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;