]> granicus.if.org Git - flex/commit
Adjust buffer sizes on ia64.
authorCyril Brulebois <kibi@debian.org>
Wed, 5 Mar 2014 17:17:25 +0000 (12:17 -0500)
committerWill Estes <westes575@gmail.com>
Wed, 5 Mar 2014 17:17:25 +0000 (12:17 -0500)
commit14a1724dde50a5d635832ebdcc2546312f1cb7c2
tree365dc71dbc46423a9f75cd2b0a3073714e51cf34
parent5dbce367dca7bfd96ef347286cecb34cb71bf7d5
Adjust buffer sizes on ia64.

From the debian change entry:

> Finish fixing the ia64 buffer issue. Previous commits increased
YY_READ_BUF_SIZE (where __ia64__ is defined) but left YY_BUF_SIZE
unchanged, so that didn't fix the problem in the end. In the general
case, the latter is twice the former. Therefore set it to the same
ratio in the ia64 case.

In general, this sort of architecture specific fix is not the path we
want to take, but the cleanup should be done in a more organized way
in the future and getting it working would be preferrable now.
src/flex.skl