From e8263c2c09528fcc81571983c99f447b450a073b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 13 Apr 2004 18:43:18 +0000 Subject: [PATCH] Increase buffer size again. *sigh* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12912 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/Spiff/line.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Spiff/line.h b/utils/Spiff/line.h index 930cbe2e209..28dcf0bbde2 100644 --- a/utils/Spiff/line.h +++ b/utils/Spiff/line.h @@ -9,7 +9,7 @@ #ifndef L_INCLUDED -#define _L_MAXLINES 100000 +#define _L_MAXLINES 300000 /* ** oh god, is this an ugly implementation.