comparison src/dispnew.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 38f2be5a65fd
children 5b4c5b84bb9d
comparison
equal deleted inserted replaced
43712:223f1f5d160d 43713:f92c4d87863a
209 209
210 int inverse_video; 210 int inverse_video;
211 211
212 /* Line speed of the terminal. */ 212 /* Line speed of the terminal. */
213 213
214 int baud_rate; 214 EMACS_INT baud_rate;
215 215
216 /* Either nil or a symbol naming the window system under which Emacs 216 /* Either nil or a symbol naming the window system under which Emacs
217 is running. */ 217 is running. */
218 218
219 Lisp_Object Vwindow_system; 219 Lisp_Object Vwindow_system;