From: Chris Lattner Date: Tue, 13 Apr 2004 18:34:16 +0000 (+0000) Subject: Fixed sized limits are bad... duh. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=422acf2674978b5b70de2ae176004cbcc38fa7d7;p=oota-llvm.git Fixed sized limits are bad... duh. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12908 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/Spiff/line.h b/utils/Spiff/line.h index fdc05fe622e..930cbe2e209 100644 --- a/utils/Spiff/line.h +++ b/utils/Spiff/line.h @@ -9,7 +9,7 @@ #ifndef L_INCLUDED -#define _L_MAXLINES 10000 +#define _L_MAXLINES 100000 /* ** oh god, is this an ugly implementation.