diff options
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 eaed95fe4b7..c1b1bc01e37 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -34,7 +34,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 34 | 34 | ||
| 35 | struct Lisp_Process | 35 | struct Lisp_Process |
| 36 | { | 36 | { |
| 37 | EMACS_INT size; | 37 | EMACS_UINT size; |
| 38 | struct Lisp_Vector *v_next; | 38 | struct Lisp_Vector *v_next; |
| 39 | /* Name of subprocess terminal. */ | 39 | /* Name of subprocess terminal. */ |
| 40 | Lisp_Object tty_name; | 40 | Lisp_Object tty_name; |