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 c0e932457f
commit 0b4b2331f6

View File

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