Fixed sized limits are bad... duh.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-04-13 18:34:16 +00:00
parent f7dd526fa6
commit 422acf2674

View File

@ -9,7 +9,7 @@
#ifndef L_INCLUDED
#define _L_MAXLINES 10000
#define _L_MAXLINES 100000
/*
** oh god, is this an ugly implementation.