diff options
| author | Stephen Leake | 2019-04-11 14:00:02 -0700 |
|---|---|---|
| committer | Stephen Leake | 2019-04-11 14:00:02 -0700 |
| commit | 7ba7def5caf7ec9d9bebffff489f0a658229fbda (patch) | |
| tree | e0cfcb59937ca0528fb81769d7d48a904a91f5dc /src/process.h | |
| parent | 7768581172e11be52b1fcd8224f4594e126bbdb7 (diff) | |
| parent | de238b39e335c6814283faa171b35145f124edf2 (diff) | |
| download | emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip | |
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
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, |