Fixed sized limits are bad... duh.

llvm-svn: 12908
This commit is contained in:
Chris Lattner 2004-04-13 18:34:16 +00:00
parent 7b9733dac2
commit 763596e28d
1 changed files with 1 additions and 1 deletions

View File

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