Mercurial > emacs
changeset 30061:3de459e6c652
Make real_morecore non-static.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Wed, 05 Jul 2000 16:31:17 +0000 |
parents | 15f8d649a7a8 |
children | 9a026d470bc9 |
files | src/ralloc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;