jam: Lower MAXLINE down to 100k

even 140k was too large here for jam clean to work.
This commit is contained in:
François Revol 2013-09-30 03:27:33 +02:00
parent d9e13d3607
commit a87e28a706

View File

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