]> git.saurik.com Git - bison.git/commit
portability: fix pointer arithmetic to conform to C standard.
authorJoel E. Denny <jdenny@clemson.edu>
Sat, 3 Apr 2010 18:58:22 +0000 (14:58 -0400)
committerJoel E. Denny <jdenny@clemson.edu>
Sat, 3 Apr 2010 18:58:22 +0000 (14:58 -0400)
commit48f4100a8299918a3abc9c5d29db85319cad3cee
tree3eee15893ced197f3b8a063b950de6a176e21615
parent18493762be5ddaaa64c9e498dad11afd6b0e82f6
portability: fix pointer arithmetic to conform to C standard.

Reported by Tys Lefering at
<http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00035.html>.
This fix is already implemented in glr.c and does not apply to
lalr1.java.
* data/lalr1.cc (yy::parser::parse): Increase size of
yyerror_range and adjust subscripting so you don't have to
subtract one from the beginning of the array.
* data/yacc.c (b4_declare_parser_state_variables,
yyparse, yypush_parse): Likewise.
ChangeLog
data/lalr1.cc
data/yacc.c
src/parse-gram.c
src/parse-gram.h