mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(chan_process): Don't specify size.
This commit is contained in:
parent
176afd0492
commit
b28e2cc6b0
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ struct Lisp_Process
|
|||
#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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue