Change defvar_int def and vars to use EMACS_INT instead of just int.
[bpt/emacs.git] / src / lread.c
index 186b890..9e2687e 100644 (file)
@@ -3249,7 +3249,7 @@ defalias (sname, string)
 void
 defvar_int (namestring, address)
      char *namestring;
-     int *address;
+     EMACS_INT *address;
 {
   Lisp_Object sym, val;
   sym = intern (namestring);