]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct window): Use EMACS_INT.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 00:43:45 +0000 (00:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 00:43:45 +0000 (00:43 +0000)
src/window.h

index cdb1804fd4f2192366b3bfe7bd11f7a559f82e76..1eafa73c3ed7f5ec632f3b33644fcccf93988502 100644 (file)
@@ -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;