Make real_morecore non-static.
This commit is contained in:
parent
ca149beb3f
commit
321ed47b16
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue