aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 1396586ba3e..ad3dfa96cd2 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -264,11 +264,12 @@ static size_t stack_copy_size;
264 264
265static int ignore_warnings; 265static int ignore_warnings;
266 266
267Lisp_Object Qgc_cons_threshold, Qchar_table_extra_slots; 267static Lisp_Object Qgc_cons_threshold;
268Lisp_Object Qchar_table_extra_slots;
268 269
269/* Hook run after GC has finished. */ 270/* Hook run after GC has finished. */
270 271
271Lisp_Object Qpost_gc_hook; 272static Lisp_Object Qpost_gc_hook;
272 273
273static void mark_buffer (Lisp_Object); 274static void mark_buffer (Lisp_Object);
274static void mark_terminals (void); 275static void mark_terminals (void);