From dc83de2d448852721daecf4c0158e7c2097ef983 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Sep 1994 00:43:45 +0000 Subject: [PATCH] (struct window): Use EMACS_INT. --- src/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5