diff src/lisp.h @ 50748:7c1d1ca51ca7

(abort_on_gc): Add decl.
author Richard M. Stallman <rms@gnu.org>
date Wed, 30 Apr 2003 12:06:39 +0000
parents 4bdf6c3c3d59
children 3afa0d82e92e
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));