From: Richard M. Stallman Date: Sat, 17 Sep 1994 00:43:45 +0000 (+0000) Subject: (struct window): Use EMACS_INT. X-Git-Tag: emacs-19.34~7021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc83de2d448852721daecf4c0158e7c2097ef983;p=emacs.git (struct window): Use EMACS_INT. --- diff --git a/src/window.h b/src/window.h index cdb1804fd4f..1eafa73c3ed 100644 --- a/src/window.h +++ b/src/window.h @@ -75,7 +75,7 @@ struct window { /* The first two fields are really the header of a vector */ /* The window code does not refer to them. */ - int size; + EMACS_INT size; struct Lisp_Vector *vec_next; /* The frame this window is on. */ Lisp_Object frame;