Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
da2f2dd9
Commit
da2f2dd9
authored
Mar 13, 2011
by
Paul Eggert
Browse files
* keyboard.h (mark_kboards): Move decl here ...
* alloc.c (mark_kboards): ... from here.
parent
2f2650da
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/alloc.c
src/alloc.c
+0
-1
src/keyboard.h
src/keyboard.h
+1
-0
No files found.
src/ChangeLog
View file @
da2f2dd9
...
...
@@ -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.
src/alloc.c
View file @
da2f2dd9
...
...
@@ -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
*
);
...
...
src/keyboard.h
View file @
da2f2dd9
...
...
@@ -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
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment