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
commit776332c4a223aef5a864606db062236d32ba89e1 (patch)
tree4e19da1e1044ead89ead22af916b015aa5b5d92d /src/process.h
parent1ca92e2614abb2c4530f1840b5c2e415747908db (diff)
downloademacs-776332c4a223aef5a864606db062236d32ba89e1.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;