Change defvar_int def and vars to use EMACS_INT instead of just int.
[bpt/emacs.git] / src / termcap.c
index b8cf67c..b87fee4 100644 (file)
@@ -323,7 +323,7 @@ tputs (str, nlines, outfun)
   register int speed;
 
 #ifdef emacs
-  extern int baud_rate;
+  extern EMACS_INT baud_rate;
   speed = baud_rate;
   /* For quite high speeds, convert to the smaller
      units to avoid overflow.  */