Changed maximum # of args
authorceriel <none@none>
Wed, 6 Dec 1989 12:43:01 +0000 (12:43 +0000)
committerceriel <none@none>
Wed, 6 Dec 1989 12:43:01 +0000 (12:43 +0000)
fast_misc/driver.c

index c1929c5..f413d7f 100644 (file)
@@ -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];