Our libroot.so starts to be too big for jam... (until that is fixed, we

need this patch in place to keep the thing building).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1829 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-11-03 02:16:39 +00:00
parent 9bd2271c4a
commit 339b7d7547

View File

@ -449,7 +449,7 @@
*/
# ifndef MAXLINE
# define MAXLINE 10240 /* longest 'together' actions' */
# define MAXLINE 20480 /* longest 'together' actions' */
# endif
# ifndef EXITOK