Increase buffer size again. *sigh*

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12912 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-04-13 18:43:18 +00:00
parent 1ae684a158
commit e8263c2c09

View File

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