diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/process.h b/src/process.h index d66aa062a54..5e957c4298e 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -117,9 +117,7 @@ struct Lisp_Process | |||
| 117 | 117 | ||
| 118 | /* The thread a process is linked to, or nil for any thread. */ | 118 | /* The thread a process is linked to, or nil for any thread. */ |
| 119 | Lisp_Object thread; | 119 | Lisp_Object thread; |
| 120 | 120 | /* After this point, there are no Lisp_Objects. */ | |
| 121 | /* After this point, there are no Lisp_Objects any more. */ | ||
| 122 | /* alloc.c assumes that `pid' is the first such non-Lisp slot. */ | ||
| 123 | 121 | ||
| 124 | /* Process ID. A positive value is a child process ID. | 122 | /* Process ID. A positive value is a child process ID. |
| 125 | Zero is for pseudo-processes such as network or serial connections, | 123 | Zero is for pseudo-processes such as network or serial connections, |