summaryrefslogtreecommitdiff
path: root/src/process.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-29 19:56:17 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-29 19:56:17 +0000
commit09db16779b9c8987dbf16288289a0e322bb4c9af (patch)
treede10d2e4ef5fd10be4a07954aa947700b2686801 /src/process.h
parent7db8ab6a33cd7cdcb135a8dc413404be4e29cb60 (diff)
downloademacs-09db16779b9c8987dbf16288289a0e322bb4c9af.tar.gz
Make size field an EMACS_INT.
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
1 files changed, 1 insertions, 1 deletions
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;