Skip to content
Snippets Groups Projects
Commit 763596e2 authored by Chris Lattner's avatar Chris Lattner
Browse files

Fixed sized limits are bad... duh.

llvm-svn: 12908
parent 7b9733da
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
#ifndef L_INCLUDED
#define _L_MAXLINES 10000
#define _L_MAXLINES 100000
/*
** oh god, is this an ugly implementation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment