Mercurial > emacs
comparison src/process.h @ 91041:bdb3fe0ba9fa
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 866-879)
- Merge multi-tty branch
- Update from CVS
- Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Thu, 11 Oct 2007 16:22:07 +0000 |
| parents | 424b655804ca 96eb42c9e0e3 |
| children | 606f2d163a64 |
comparison
equal
deleted
inserted
replaced
| 91040:14c4a6aac623 | 91041:bdb3fe0ba9fa |
|---|---|
| 32 Every field in this structure except for the first two | 32 Every field in this structure except for the first two |
| 33 must be a Lisp_Object, for GC's sake. */ | 33 must be a Lisp_Object, for GC's sake. */ |
| 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; |
| 41 /* Name of this process */ | 41 /* Name of this process */ |
| 42 Lisp_Object name; | 42 Lisp_Object name; |
