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 47bf3776611..b6f16128543 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -76,7 +76,7 @@ struct Lisp_Process | |||
| 76 | #define ChannelMask(n) (1<<(n)) | 76 | #define ChannelMask(n) (1<<(n)) |
| 77 | 77 | ||
| 78 | /* Indexed by descriptor, gives the process (if any) for that descriptor. */ | 78 | /* Indexed by descriptor, gives the process (if any) for that descriptor. */ |
| 79 | extern Lisp_Object chan_process[MAXDESC]; | 79 | extern Lisp_Object chan_process[]; |
| 80 | 80 | ||
| 81 | /* Alist of elements (NAME . PROCESS). */ | 81 | /* Alist of elements (NAME . PROCESS). */ |
| 82 | extern Lisp_Object Vprocess_alist; | 82 | extern Lisp_Object Vprocess_alist; |