diff options
| author | Dan Nicolaescu | 2010-11-18 13:45:03 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-18 13:45:03 -0800 |
| commit | 84dfc8a7faccf53d54231ab47a2dc237c80251fb (patch) | |
| tree | fe57388c26d71f97db0d0f158e5ac8347b078c0c /src/lisp.h | |
| parent | 94fa383385a237b800e9096c4fb3019f5cd359ae (diff) | |
| download | emacs-84dfc8a7faccf53d54231ab47a2dc237c80251fb.tar.gz emacs-84dfc8a7faccf53d54231ab47a2dc237c80251fb.zip | |
* src/alloc.c (refill_memory_reserve): Move declaration ...
* src/lisp.h (refill_memory_reserve): ... here.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 8ddd7af79a8..117e810e565 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2736,6 +2736,7 @@ extern void memory_full (void) NO_RETURN; | |||
| 2736 | extern void buffer_memory_full (void) NO_RETURN; | 2736 | extern void buffer_memory_full (void) NO_RETURN; |
| 2737 | extern int survives_gc_p (Lisp_Object); | 2737 | extern int survives_gc_p (Lisp_Object); |
| 2738 | extern void mark_object (Lisp_Object); | 2738 | extern void mark_object (Lisp_Object); |
| 2739 | extern void refill_memory_reserve (void); | ||
| 2739 | extern const char *pending_malloc_warning; | 2740 | extern const char *pending_malloc_warning; |
| 2740 | extern Lisp_Object Vpurify_flag; | 2741 | extern Lisp_Object Vpurify_flag; |
| 2741 | extern Lisp_Object Vmemory_full; | 2742 | extern Lisp_Object Vmemory_full; |