⛏️ index : buildtools.git

author François Revol <revol@free.fr> 2013-09-30 3:27:33.0 +02:00:00
committer François Revol <revol@free.fr> 2013-09-30 3:27:33.0 +02:00:00
commit
a87e28a706d6fa01b655bf72bb9fdce98f4de567 [patch]
tree
ec117e4c591f66d3f6ea1cfef9e011493bd5a3d5
parent
d9e13d3607a72750b6598f2af9c2fc1b403f191c
download
a87e28a706d6fa01b655bf72bb9fdce98f4de567.tar.gz

jam: Lower MAXLINE down to 100k

even 140k was too large here for jam clean to work.

Diff

 jam/jam.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jam/jam.h b/jam/jam.h
index a63d260..4d382d8 100644
--- a/jam/jam.h
+++ b/jam/jam.h
@@ -464,7 +464,7 @@
 */

# ifndef MAXLINE
# define MAXLINE 200000	/* longest 'together' actions' */
# define MAXLINE 100000	/* longest 'together' actions' */
# endif

# ifndef EXITOK