diff options
| author | Richard M. Stallman | 1994-12-29 19:56:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-29 19:56:17 +0000 |
| commit | 776332c4a223aef5a864606db062236d32ba89e1 (patch) | |
| tree | 4e19da1e1044ead89ead22af916b015aa5b5d92d /src/process.h | |
| parent | 1ca92e2614abb2c4530f1840b5c2e415747908db (diff) | |
| download | emacs-776332c4a223aef5a864606db062236d32ba89e1.tar.gz emacs-776332c4a223aef5a864606db062236d32ba89e1.zip | |
Make size field an EMACS_INT.
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 2 |
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 | ||
| 26 | struct Lisp_Process | 26 | struct 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; |