diff options
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index ca6681f21e9..d3c8b470cc3 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -36,8 +36,10 @@ by Hallvard: | |||
| 36 | #include <config.h> | 36 | #include <config.h> |
| 37 | 37 | ||
| 38 | #include "lisp.h" | 38 | #include "lisp.h" |
| 39 | #include "blockinput.h" | ||
| 39 | #include "character.h" | 40 | #include "character.h" |
| 40 | #include "buffer.h" | 41 | #include "buffer.h" |
| 42 | #include "keyboard.h" | ||
| 41 | #include "syntax.h" | 43 | #include "syntax.h" |
| 42 | #include "window.h" | 44 | #include "window.h" |
| 43 | 45 | ||
| @@ -1106,9 +1108,6 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth, | |||
| 1106 | goto pushhandler; | 1108 | goto pushhandler; |
| 1107 | CASE (Bpushconditioncase): /* New in 24.4. */ | 1109 | CASE (Bpushconditioncase): /* New in 24.4. */ |
| 1108 | { | 1110 | { |
| 1109 | extern EMACS_INT lisp_eval_depth; | ||
| 1110 | extern int poll_suppress_count; | ||
| 1111 | extern int interrupt_input_blocked; | ||
| 1112 | struct handler *c; | 1111 | struct handler *c; |
| 1113 | Lisp_Object tag; | 1112 | Lisp_Object tag; |
| 1114 | int dest; | 1113 | int dest; |