emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/termcap.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/termcap.c
Date: Mon, 04 Mar 2002 18:41:03 -0500

Index: emacs/src/termcap.c
diff -c emacs/src/termcap.c:1.21 emacs/src/termcap.c:1.22
*** emacs/src/termcap.c:1.21    Sun Mar  3 15:11:20 2002
--- emacs/src/termcap.c Mon Mar  4 18:40:59 2002
***************
*** 323,329 ****
    register int speed;
  
  #ifdef emacs
!   extern int baud_rate;
    speed = baud_rate;
    /* For quite high speeds, convert to the smaller
       units to avoid overflow.  */
--- 323,329 ----
    register int speed;
  
  #ifdef emacs
!   extern EMACS_INT baud_rate;
    speed = baud_rate;
    /* For quite high speeds, convert to the smaller
       units to avoid overflow.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]