mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
Fixed sized limits are bad... duh.
llvm-svn: 12908
This commit is contained in:
parent
c0e932457f
commit
0b4b2331f6
@ -9,7 +9,7 @@
|
||||
|
||||
#ifndef L_INCLUDED
|
||||
|
||||
#define _L_MAXLINES 10000
|
||||
#define _L_MAXLINES 100000
|
||||
|
||||
/*
|
||||
** oh god, is this an ugly implementation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user