Mercurial > emacs
changeset 8833:e2b9f8616738
(struct window): Use EMACS_INT.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Sep 1994 00:43:45 +0000 |
parents | 02bbe8ec50ea |
children | ba6936b88869 |
files | src/window.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.h Sat Sep 17 00:41:40 1994 +0000 +++ b/src/window.h Sat Sep 17 00:43:45 1994 +0000 @@ -75,7 +75,7 @@ { /* 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;