From 776332c4a223aef5a864606db062236d32ba89e1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 29 Dec 1994 19:56:17 +0000 Subject: [PATCH] Make size field an EMACS_INT. --- src/process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process.h b/src/process.h index fa20f6d765a..cfffdf70514 100644 --- a/src/process.h +++ b/src/process.h @@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ struct Lisp_Process { - int size; + EMACS_INT size; struct Lisp_Vector *v_next; /* Descriptor by which we read from this process */ Lisp_Object infd; -- 2.39.5