diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-17 00:43:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-17 00:43:45 +0000 |
commit | dc83de2d448852721daecf4c0158e7c2097ef983 (patch) | |
tree | 177c3ff272ec9e845d513862c54420c11ba61b75 /src/window.h | |
parent | 5647f9794b2e4770399556c7d4a4c6fc45dfb3f5 (diff) | |
download | emacs-dc83de2d448852721daecf4c0158e7c2097ef983.tar.gz |
(struct window): Use EMACS_INT.
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |