diff options
| author | Karl Heuer | 1994-03-04 01:08:34 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-04 01:08:34 +0000 |
| commit | b28e2cc6b06d0774b2a3dcc6d5f8cbd806deff6e (patch) | |
| tree | ae72b57098167b1b5fc810938d5ea53b6cc31ceb /src/process.h | |
| parent | 176afd04921a6f1de282c9ee4cd573d26f4a2d8e (diff) | |
| download | emacs-b28e2cc6b06d0774b2a3dcc6d5f8cbd806deff6e.tar.gz emacs-b28e2cc6b06d0774b2a3dcc6d5f8cbd806deff6e.zip | |
(chan_process): Don't specify size.
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; |