From 05c57717eed2f76c54749b0c61ab729c09bc547f Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 20 Nov 2002 00:34:10 +0000 Subject: [PATCH] Changed MAXLINE back to its original value. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2022 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/jam/jam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/jam/jam.h b/src/tools/jam/jam.h index c35589e2f7..d309b67d6e 100644 --- a/src/tools/jam/jam.h +++ b/src/tools/jam/jam.h @@ -449,7 +449,7 @@ */ # ifndef MAXLINE -# define MAXLINE 20480 /* longest 'together' actions' */ +# define MAXLINE 10240 /* longest 'together' actions' */ # endif # ifndef EXITOK