jam: Bump MAXLINE to 120000

It was still too low for another case.
Now it seems to work fine here, including for jam clean.
This commit is contained in:
François Revol 2013-09-30 04:00:50 +02:00
parent a87e28a706
commit abc7211782

View File

@ -464,7 +464,7 @@
*/
# ifndef MAXLINE
# define MAXLINE 100000 /* longest 'together' actions' */
# define MAXLINE 120000 /* longest 'together' actions' */
# endif
# ifndef EXITOK