Change defvar_int def and vars to use EMACS_INT instead of just int.
[bpt/emacs.git] / src / sysdep.c
index f79311f..b951b54 100644 (file)
@@ -842,7 +842,7 @@ sys_subshell ()
 
 #ifdef SET_EMACS_PRIORITY
       {
-       extern int emacs_priority;
+       extern EMACS_INT emacs_priority;
 
        if (emacs_priority < 0)
          nice (-emacs_priority);