From: Chris Lattner Date: Tue, 13 Apr 2004 18:43:18 +0000 (+0000) Subject: Increase buffer size again. *sigh* X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e8263c2c09528fcc81571983c99f447b450a073b;p=oota-llvm.git Increase buffer size again. *sigh* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12912 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.