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
commitb355afc0f3ace9eedf30b33ec24694d3ed575aed (patch)
tree2142c8d339e33d5a5671f8954301007acd82a026 /src/window.h
parent61c5f25ef465c475f0cbac38f5fdbe389b85df1e (diff)
downloademacs-b355afc0f3ace9eedf30b33ec24694d3ed575aed.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;