diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 5 |
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 | ||
| 265 | static int ignore_warnings; | 265 | static int ignore_warnings; |
| 266 | 266 | ||
| 267 | Lisp_Object Qgc_cons_threshold, Qchar_table_extra_slots; | 267 | static Lisp_Object Qgc_cons_threshold; |
| 268 | Lisp_Object Qchar_table_extra_slots; | ||
| 268 | 269 | ||
| 269 | /* Hook run after GC has finished. */ | 270 | /* Hook run after GC has finished. */ |
| 270 | 271 | ||
| 271 | Lisp_Object Qpost_gc_hook; | 272 | static Lisp_Object Qpost_gc_hook; |
| 272 | 273 | ||
| 273 | static void mark_buffer (Lisp_Object); | 274 | static void mark_buffer (Lisp_Object); |
| 274 | static void mark_terminals (void); | 275 | static void mark_terminals (void); |