Mercurial > emacs
changeset 50748:7c1d1ca51ca7
(abort_on_gc): Add decl.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 30 Apr 2003 12:06:39 +0000 |
parents | f38d1373681e |
children | d4d06920c3ed |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Wed Apr 30 12:06:04 2003 +0000 +++ b/src/lisp.h Wed Apr 30 12:06:39 2003 +0000 @@ -2470,6 +2470,7 @@ extern struct frame *allocate_frame P_ ((void)); extern struct Lisp_Process *allocate_process P_ ((void)); extern int gc_in_progress; +extern int abort_on_gc; extern Lisp_Object make_float P_ ((double)); extern void display_malloc_warning P_ ((void)); extern int inhibit_garbage_collection P_ ((void));