Increase buffer size again. *sigh*
authorChris Lattner <sabre@nondot.org>
Tue, 13 Apr 2004 18:43:18 +0000 (18:43 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Apr 2004 18:43:18 +0000 (18:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12912 91177308-0d34-0410-b5e6-96231b3b80d8

utils/Spiff/line.h

index 930cbe2e20924b9988cf7ab1597419de15ceff27..28dcf0bbde2ade1f21029af54e26b6af0dbb3525 100644 (file)
@@ -9,7 +9,7 @@
 
 #ifndef L_INCLUDED
 
-#define _L_MAXLINES    100000
+#define _L_MAXLINES    300000
 
 /*
 **     oh god, is this an ugly implementation.