aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPaul Eggert2011-03-08 21:40:59 -0800
committerPaul Eggert2011-03-08 21:40:59 -0800
commite6ca6543685fded0d1b3322dd06d0fa70d3e2a44 (patch)
tree969ad9f2d24435ee2767372bb0fd6ac91859e4a5 /src/alloc.c
parent7f3f1250d4f74203c828e7ba03b721b1f269a0d7 (diff)
downloademacs-e6ca6543685fded0d1b3322dd06d0fa70d3e2a44.tar.gz
emacs-e6ca6543685fded0d1b3322dd06d0fa70d3e2a44.zip
* alloc.c (mark_ttys): Move decl from here ...
* lisp.h (mark_ttys): ... to here, so that it's checked against defn.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index d7006ca6bfd..8632897606a 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -271,7 +271,6 @@ Lisp_Object Qpost_gc_hook;
271static void mark_buffer (Lisp_Object); 271static void mark_buffer (Lisp_Object);
272static void mark_terminals (void); 272static void mark_terminals (void);
273extern void mark_kboards (void); 273extern void mark_kboards (void);
274extern void mark_ttys (void);
275extern void mark_backtrace (void); 274extern void mark_backtrace (void);
276static void gc_sweep (void); 275static void gc_sweep (void);
277static void mark_glyph_matrix (struct glyph_matrix *); 276static void mark_glyph_matrix (struct glyph_matrix *);