aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPaul Eggert2011-03-13 22:55:38 -0700
committerPaul Eggert2011-03-13 22:55:38 -0700
commitda2f2dd9c2fac1bb1e3d5e5c4a3b38cad3c20ad5 (patch)
tree98665220d0ec9e3934973b51401cf0b9ebd780bd /src/alloc.c
parent2f2650daaab043eb8f7fb16fd10575552a7cd378 (diff)
downloademacs-da2f2dd9c2fac1bb1e3d5e5c4a3b38cad3c20ad5.tar.gz
emacs-da2f2dd9c2fac1bb1e3d5e5c4a3b38cad3c20ad5.zip
* keyboard.h (mark_kboards): Move decl here ...
* alloc.c (mark_kboards): ... from here.
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 6c92f36ca7d..d6b64de5af9 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -270,7 +270,6 @@ Lisp_Object Qpost_gc_hook;
270 270
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);
274extern void mark_backtrace (void); 273extern void mark_backtrace (void);
275static void gc_sweep (void); 274static void gc_sweep (void);
276static void mark_glyph_matrix (struct glyph_matrix *); 275static void mark_glyph_matrix (struct glyph_matrix *);