diff src/process.h @ 91041:bdb3fe0ba9fa

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
author Miles Bader <miles@gnu.org>
date Thu, 11 Oct 2007 16:22:07 +0000
parents 424b655804ca 96eb42c9e0e3
children 606f2d163a64
line wrap: on
line diff
--- a/src/process.h	Thu Oct 11 16:14:00 2007 +0000
+++ b/src/process.h	Thu Oct 11 16:22:07 2007 +0000
@@ -34,7 +34,7 @@
 
 struct Lisp_Process
   {
-    EMACS_INT size;
+    EMACS_UINT size;
     struct Lisp_Vector *v_next;
     /* Name of subprocess terminal.  */
     Lisp_Object tty_name;