diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2008-07-27 14:59:10 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2008-07-27 14:59:10 (GMT) |
commit | 6bf92c5d7efffb6a04c3ccbfc144ad944200fed2 (patch) | |
tree | 201e94696e0c1cb55ffa8fd45c97dfa1ac586f0f /src/increasebuffer.pl | |
parent | 956cf8647cb54a930d1d9c65fb01cc4d9498f2bd (diff) | |
download | Doxygen-6bf92c5d7efffb6a04c3ccbfc144ad944200fed2.zip Doxygen-6bf92c5d7efffb6a04c3ccbfc144ad944200fed2.tar.gz Doxygen-6bf92c5d7efffb6a04c3ccbfc144ad944200fed2.tar.bz2 |
Release-1.5.6-20080727
Diffstat (limited to 'src/increasebuffer.pl')
-rwxr-xr-x | src/increasebuffer.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/increasebuffer.pl b/src/increasebuffer.pl index 056a6b5..109f9ad 100755 --- a/src/increasebuffer.pl +++ b/src/increasebuffer.pl @@ -4,5 +4,6 @@ while (<>) { s/YY_BUF_SIZE 16384/YY_BUF_SIZE 262144/g; + s/YY_READ_BUF_SIZE 8192/YY_READ_BUF_SIZE 262144/g; print $_; } |