Make real_morecore non-static.

This commit is contained in:
Andrew Innes 2000-07-05 16:31:17 +00:00
parent ca149beb3f
commit 321ed47b16

View 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;