From: Will Estes Date: Fri, 27 Apr 2012 20:48:04 +0000 (+0000) Subject: lintish cleanup in flex.skl; resolves #2040664 X-Git-Tag: flex-2-5-36~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a031f416277936be0844a1cdc56097f8ff1de40;p=flex lintish cleanup in flex.skl; resolves #2040664 --- diff --git a/flex.skl b/flex.skl index 257e825..01d8204 100644 --- a/flex.skl +++ b/flex.skl @@ -1661,7 +1661,7 @@ m4_ifdef( [[M4_YY_USES_REJECT]], ]], [[ /* just a shorter name for the current buffer */ - YY_BUFFER_STATE b = YY_CURRENT_BUFFER; + YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; int yy_c_buf_p_offset = (int) (YY_G(yy_c_buf_p) - b->yy_ch_buf);