diff options
Diffstat (limited to 'src')
| -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 6b31be48a6b..1b1d2fd572e 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2470,6 +2470,7 @@ extern struct window *allocate_window P_ ((void)); | |||
| 2470 | extern struct frame *allocate_frame P_ ((void)); | 2470 | extern struct frame *allocate_frame P_ ((void)); |
| 2471 | extern struct Lisp_Process *allocate_process P_ ((void)); | 2471 | extern struct Lisp_Process *allocate_process P_ ((void)); |
| 2472 | extern int gc_in_progress; | 2472 | extern int gc_in_progress; |
| 2473 | extern int abort_on_gc; | ||
| 2473 | extern Lisp_Object make_float P_ ((double)); | 2474 | extern Lisp_Object make_float P_ ((double)); |
| 2474 | extern void display_malloc_warning P_ ((void)); | 2475 | extern void display_malloc_warning P_ ((void)); |
| 2475 | extern int inhibit_garbage_collection P_ ((void)); | 2476 | extern int inhibit_garbage_collection P_ ((void)); |