summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-17 00:43:45 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-17 00:43:45 +0000
commitdc83de2d448852721daecf4c0158e7c2097ef983 (patch)
tree177c3ff272ec9e845d513862c54420c11ba61b75 /src/window.h
parent5647f9794b2e4770399556c7d4a4c6fc45dfb3f5 (diff)
downloademacs-dc83de2d448852721daecf4c0158e7c2097ef983.tar.gz
(struct window): Use EMACS_INT.
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
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;