aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-17 00:43:45 +0000
committerRichard M. Stallman1994-09-17 00:43:45 +0000
commitdc83de2d448852721daecf4c0158e7c2097ef983 (patch)
tree177c3ff272ec9e845d513862c54420c11ba61b75 /src/window.h
parent5647f9794b2e4770399556c7d4a4c6fc45dfb3f5 (diff)
downloademacs-dc83de2d448852721daecf4c0158e7c2097ef983.tar.gz
emacs-dc83de2d448852721daecf4c0158e7c2097ef983.zip
(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
75 { 75 {
76 /* The first two fields are really the header of a vector */ 76 /* The first two fields are really the header of a vector */
77 /* The window code does not refer to them. */ 77 /* The window code does not refer to them. */
78 int size; 78 EMACS_INT size;
79 struct Lisp_Vector *vec_next; 79 struct Lisp_Vector *vec_next;
80 /* The frame this window is on. */ 80 /* The frame this window is on. */
81 Lisp_Object frame; 81 Lisp_Object frame;