Change defvar_int def and vars to use EMACS_INT instead of just int.
[bpt/emacs.git] / src / commands.h
index 0494478..d830573 100644 (file)
@@ -51,7 +51,7 @@ extern Lisp_Object Vunread_command_events;
 
 /* Command char event to be re-read, or -1 if none.
    Setting this is obsolete, but some things should still check it.  */
-extern int unread_command_char;
+extern EMACS_INT unread_command_char;
 
 /* The command being executed by the command loop.
    Commands may set this, and the value set will be copied into