Changed maximum # of args

This commit is contained in:
ceriel 1989-12-06 12:43:01 +00:00
parent aed7dd024e
commit 2d5c2002de

View 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];