aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-13 18:43:18 +0000
committerChris Lattner <sabre@nondot.org>2004-04-13 18:43:18 +0000
commite8263c2c09528fcc81571983c99f447b450a073b (patch)
tree453ca0ad0efe8f64243e57d4811510a777202552
parent1ae684a15856d0edf69b0e3b64e960129c86eb0f (diff)
Increase buffer size again. *sigh*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12912 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--utils/Spiff/line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Spiff/line.h b/utils/Spiff/line.h
index 930cbe2e20..28dcf0bbde 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.