From f0d8753140bb8359c8f622fbbb44d1915eda58a5 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 30 Oct 2003 07:14:00 +0000 Subject: [PATCH] Remove a bunch of V2 files now that they are moved into "v2" directory, and old copies are no longer needed. [SVN r20560] --- src/engine/jam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/jam.h b/src/engine/jam.h index 2921c5c3f..d3c39a3f6 100644 --- a/src/engine/jam.h +++ b/src/engine/jam.h @@ -468,7 +468,7 @@ */ # ifndef MAXLINE -# define MAXLINE 10240 /* longest 'together' actions' */ +# define MAXLINE 102400 /* longest 'together' actions' */ # endif # ifndef EXITOK