diff options
| author | Joakim Verona | 2014-12-23 17:03:28 +0100 |
|---|---|---|
| committer | Joakim Verona | 2014-12-23 17:03:28 +0100 |
| commit | 5f46725992bf26f887483c14c63c03f5b5794f34 (patch) | |
| tree | 2896a2b98a65851eaddba81d0138fe5647005b08 /src/bytecode.c | |
| parent | 1d8b8a2d8f75d1e3ec9eb109e98720bd9a197bec (diff) | |
| parent | e3040f2aee768655198dd6f979a1ff3a72d17d16 (diff) | |
| download | emacs-5f46725992bf26f887483c14c63c03f5b5794f34.tar.gz emacs-5f46725992bf26f887483c14c63c03f5b5794f34.zip | |
Merge branch 'master' into xwidget
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; |