aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-30 12:06:39 +0000
committerRichard M. Stallman2003-04-30 12:06:39 +0000
commit9568459289e971e1e1a912a5f5cb4db181b41e0e (patch)
treeeff986050e26b63e4f817f160079ec2cc7860a04 /src
parentd063129f1eb3947fe4914f103d7cf15a951776e0 (diff)
downloademacs-9568459289e971e1e1a912a5f5cb4db181b41e0e.tar.gz
emacs-9568459289e971e1e1a912a5f5cb4db181b41e0e.zip
(abort_on_gc): Add decl.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
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));
2470extern struct frame *allocate_frame P_ ((void)); 2470extern struct frame *allocate_frame P_ ((void));
2471extern struct Lisp_Process *allocate_process P_ ((void)); 2471extern struct Lisp_Process *allocate_process P_ ((void));
2472extern int gc_in_progress; 2472extern int gc_in_progress;
2473extern int abort_on_gc;
2473extern Lisp_Object make_float P_ ((double)); 2474extern Lisp_Object make_float P_ ((double));
2474extern void display_malloc_warning P_ ((void)); 2475extern void display_malloc_warning P_ ((void));
2475extern int inhibit_garbage_collection P_ ((void)); 2476extern int inhibit_garbage_collection P_ ((void));