Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5598c32e
Commit
5598c32e
authored
Nov 22, 2002
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(interrupt_signal): Provide forward declaration.
(kbd_buffer_store_event): Don't declare interrupt_signal.
parent
0c2338d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
src/ChangeLog
src/ChangeLog
+10
-0
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/ChangeLog
View file @
5598c32e
2002-11-22 Dave Love <fx@gnu.org>
* sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
* keyboard.c (interrupt_signal): Provide forward declaration.
(kbd_buffer_store_event): Don't declare interrupt_signal.
* xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C
arglist.
2002-11-21 Richard M. Stallman <rms@gnu.org>
* eval.c (interactive_p): Skip any number of bytecode
...
...
src/keyboard.c
View file @
5598c32e
...
...
@@ -706,6 +706,7 @@ static void restore_getcjmp P_ ((jmp_buf));
static Lisp_Object apply_modifiers P_ ((int, Lisp_Object));
static void clear_event P_ ((struct input_event *));
static void any_kboard_state P_ ((void));
static SIGTYPE interrupt_signal P_ ((int signalnum));
/* Nonzero means don't try to suspend even if the operating system seems
to support it. */
...
...
@@ -3466,7 +3467,6 @@ kbd_buffer_store_event (event)
if (c == quit_char)
{
static SIGTYPE interrupt_signal P_ ((int));
#ifdef MULTI_KBOARD
KBOARD *kb;
struct input_event *sp;
...
...
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