mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
f7dd526fa6
commit
422acf2674
@ -9,7 +9,7 @@
|
||||
|
||||
#ifndef L_INCLUDED
|
||||
|
||||
#define _L_MAXLINES 10000
|
||||
#define _L_MAXLINES 100000
|
||||
|
||||
/*
|
||||
** oh god, is this an ugly implementation.
|
||||
|
Loading…
Reference in New Issue
Block a user