diff src/process.h @ 6191:84fc456177e2

(chan_process): Don't specify size.
author Karl Heuer <kwzh@gnu.org>
date Fri, 04 Mar 1994 01:08:34 +0000
parents 9c0cc4128da8
children cd81dba38a49
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;