1
Fork 0
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:
Karl Heuer 1994-03-04 01:08:34 +00:00
parent 176afd0492
commit b28e2cc6b0

View file

@ -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;