]> git.eshelyaron.com Git - emacs.git/commitdiff
* keyboard.h (mark_kboards): Move decl here ...
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Mar 2011 05:55:38 +0000 (22:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Mar 2011 05:55:38 +0000 (22:55 -0700)
* alloc.c (mark_kboards): ... from here.

src/ChangeLog
src/alloc.c
src/keyboard.h

index a90b5f6e24798d27f7426af2816f74d9a9ca172c..9cddd389b586eb0818a8347764023095242dd2e8 100644 (file)
@@ -5,6 +5,8 @@
        (poll_for_input, handle_async_input): Now static.
 
        * keyboard.h (make_ctrl_char): New decl.
+       (mark_kboards): Move decl here ...
+       * alloc.c (mark_kboards): ... from here.
 
        * lisp.h (force_auto_save_soon): New decl.
 
index 6c92f36ca7d6db3b3b942347fcaa7b806c3d7a7f..d6b64de5af9821c63a92cf0cebc9d48c70c9cfcf 100644 (file)
@@ -270,7 +270,6 @@ Lisp_Object Qpost_gc_hook;
 
 static void mark_buffer (Lisp_Object);
 static void mark_terminals (void);
-extern void mark_kboards (void);
 extern void mark_backtrace (void);
 static void gc_sweep (void);
 static void mark_glyph_matrix (struct glyph_matrix *);
index 9f8f1ff74762787dbcdd3c310828a6b3823d9f15..765979b3997e377c90578f862936b0054b487d25 100644 (file)
@@ -518,3 +518,4 @@ extern void add_user_signal (int, const char *);
 extern int tty_read_avail_input (struct terminal *, int,
                                  struct input_event *);
 extern EMACS_TIME timer_check (int);
+extern void mark_kboards (void);