diff h/mh.h @ 10:a6481689f99c

*** empty log message ***
author kono
date Wed, 06 Dec 2006 03:17:53 +0900
parents 47d488958a4c
children 441a2190cfae
line wrap: on
line diff
--- a/h/mh.h	Sun Dec 04 03:21:49 2005 +0900
+++ b/h/mh.h	Wed Dec 06 03:17:53 2006 +0900
@@ -12,7 +12,7 @@
 #define NULLVP		((char **) 0)
 #define	Nbby		8	/* number of bits/byte */
 
-#define MAXARGS		1000	/* max arguments to exec */
+#define MAXARGS		262144	/* max arguments to exec */
 
 #ifndef NFOLDERS
 #define NFOLDERS	1000	/* max folder arguments on command line */