diff src/xterm.c @ 43713:f92c4d87863a

Change defvar_int def and vars to use EMACS_INT instead of just int.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 04 Mar 2002 23:41:00 +0000
parents 7755c5d1d8b4
children 20dbe11a2ad3
line wrap: on
line diff
--- a/src/xterm.c	Mon Mar 04 23:20:06 2002 +0000
+++ b/src/xterm.c	Mon Mar 04 23:41:00 2002 +0000
@@ -383,7 +383,7 @@
 
 /* A mask of extra modifier bits to put into every keyboard char.  */
 
-extern int extra_keyboard_modifiers;
+extern EMACS_INT extra_keyboard_modifiers;
 
 /* The keysyms to use for the various modifiers.  */