]> git.eshelyaron.com Git - emacs.git/commitdiff
(abort_on_gc): Add decl.
authorRichard M. Stallman <rms@gnu.org>
Wed, 30 Apr 2003 12:06:39 +0000 (12:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 30 Apr 2003 12:06:39 +0000 (12:06 +0000)
src/lisp.h

index 6b31be48a6bfed0cae372e2354c49d7fad8c3744..1b1d2fd572e45db3bed77989717910493bbf4edb 100644 (file)
@@ -2470,6 +2470,7 @@ extern struct window *allocate_window P_ ((void));
 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));