Make size field an EMACS_INT.
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Dec 1994 19:56:17 +0000 (19:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Dec 1994 19:56:17 +0000 (19:56 +0000)
src/process.h

index fa20f6d..cfffdf7 100644 (file)
@@ -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;