Browse Source

Changed maximum # of args

ceriel 34 years ago
parent
commit
2d5c2002de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fast_misc/driver.c

+ 1 - 1
fast_misc/driver.c

@@ -66,7 +66,7 @@ char *ROOT_DIR = FASTDIR;
 	Version producing ACK .o files in one pass.
 #endif ACK_BIN
 */
-#define MAXARGC	128	/* maximum number of arguments allowed in a list */
+#define MAXARGC	256	/* maximum number of arguments allowed in a list */
 #define USTR_SIZE	128	/* maximum length of string variable */
 
 typedef char USTRING[USTR_SIZE];