Mercurial > emacs
changeset 6191:84fc456177e2
(chan_process): Don't specify size.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 04 Mar 1994 01:08:34 +0000 |
parents | 23e31de31f47 |
children | b7fa2446073e |
files | src/process.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.h Fri Mar 04 00:05:15 1994 +0000 +++ b/src/process.h Fri Mar 04 01:08:34 1994 +0000 @@ -76,7 +76,7 @@ #define ChannelMask(n) (1<<(n)) /* Indexed by descriptor, gives the process (if any) for that descriptor. */ -extern Lisp_Object chan_process[MAXDESC]; +extern Lisp_Object chan_process[]; /* Alist of elements (NAME . PROCESS). */ extern Lisp_Object Vprocess_alist;