aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorRichard M. Stallman1994-12-29 19:56:17 +0000
committerRichard M. Stallman1994-12-29 19:56:17 +0000
commit776332c4a223aef5a864606db062236d32ba89e1 (patch)
tree4e19da1e1044ead89ead22af916b015aa5b5d92d /src/process.h
parent1ca92e2614abb2c4530f1840b5c2e415747908db (diff)
downloademacs-776332c4a223aef5a864606db062236d32ba89e1.tar.gz
emacs-776332c4a223aef5a864606db062236d32ba89e1.zip
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. */
25 25
26struct Lisp_Process 26struct Lisp_Process
27 { 27 {
28 int size; 28 EMACS_INT size;
29 struct Lisp_Vector *v_next; 29 struct Lisp_Vector *v_next;
30 /* Descriptor by which we read from this process */ 30 /* Descriptor by which we read from this process */
31 Lisp_Object infd; 31 Lisp_Object infd;