Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 30060:15f8d649a7a8 | 30061:3de459e6c652 |
|---|---|
| 97 static void r_alloc_init (); | 97 static void r_alloc_init (); |
| 98 | 98 |
| 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; |
| 106 | 106 |
| 107 /* The address of the end of the last data in use by ralloc, | 107 /* The address of the end of the last data in use by ralloc, |
