diff options
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); | |||
| 99 | /* Declarations for working with the malloc, ralloc, and system breaks. */ | 99 | /* Declarations for working with the malloc, ralloc, and system breaks. */ |
| 100 | 100 | ||
| 101 | /* Function to set the real break value. */ | 101 | /* Function to set the real break value. */ |
| 102 | static POINTER (*real_morecore) (); | 102 | POINTER (*real_morecore) (); |
| 103 | 103 | ||
| 104 | /* The break value, as seen by malloc. */ | 104 | /* The break value, as seen by malloc. */ |
| 105 | static POINTER virtual_break_value; | 105 | static POINTER virtual_break_value; |