]> code.delx.au - gnu-emacs/blobdiff - src/bytecode.c
Clean up extern decls a bit.
[gnu-emacs] / src / bytecode.c
index ca6681f21e95d0dbde078cd498534dfc824e51d1..d3c8b470cc3dc070879dc44c8affd8b3314e6af5 100644 (file)
@@ -36,8 +36,10 @@ by Hallvard:
 #include <config.h>
 
 #include "lisp.h"
+#include "blockinput.h"
 #include "character.h"
 #include "buffer.h"
+#include "keyboard.h"
 #include "syntax.h"
 #include "window.h"
 
@@ -1106,9 +1108,6 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth,
          goto pushhandler;
        CASE (Bpushconditioncase): /* New in 24.4.  */
          {
-           extern EMACS_INT lisp_eval_depth;
-           extern int poll_suppress_count;
-           extern int interrupt_input_blocked;
            struct handler *c;
            Lisp_Object tag;
            int dest;