Fixed sized limits are bad... duh.
authorChris Lattner <sabre@nondot.org>
Tue, 13 Apr 2004 18:34:16 +0000 (18:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Apr 2004 18:34:16 +0000 (18:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12908 91177308-0d34-0410-b5e6-96231b3b80d8

utils/Spiff/line.h

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