aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index f8ba5f480ab..cf86c80deaf 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -324,7 +324,7 @@ Lisp_Object Vgc_elapsed; /* accumulated elapsed time in GC */
324EMACS_INT gcs_done; /* accumulated GCs */ 324EMACS_INT gcs_done; /* accumulated GCs */
325 325
326static void mark_buffer P_ ((Lisp_Object)); 326static void mark_buffer P_ ((Lisp_Object));
327extern void mark_devices P_ ((void)); 327extern void mark_terminals P_ ((void));
328extern void mark_kboards P_ ((void)); 328extern void mark_kboards P_ ((void));
329extern void mark_ttys P_ ((void)); 329extern void mark_ttys P_ ((void));
330extern void mark_backtrace P_ ((void)); 330extern void mark_backtrace P_ ((void));
@@ -4938,7 +4938,7 @@ returns nil, because real GC can't be done. */)
4938 mark_object (bind->symbol); 4938 mark_object (bind->symbol);
4939 mark_object (bind->old_value); 4939 mark_object (bind->old_value);
4940 } 4940 }
4941 mark_devices (); 4941 mark_terminals ();
4942 mark_kboards (); 4942 mark_kboards ();
4943 mark_ttys (); 4943 mark_ttys ();
4944 4944