mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
yacc.c, glr.c: check and fix the display of locations
In some case, negative column number could be displayed. Make YY_LOCATION_PRINT similar to bison's own implementation of locations. Since the macro is getting fat, make it a static function. Reported by Jonathan Fabrizio. * data/c.m4 (yy_location_print_define): Improve the implementation, and generate the yy_location_print_ function. Adjust YY_LOCATION_PRINT. * tests/actions.at (Location Print): New tests.
This commit is contained in:
1
THANKS
1
THANKS
@@ -58,6 +58,7 @@ Jim Kent jkent@arch.sel.sony.com
|
||||
Jim Meyering jim@meyering.net
|
||||
Joel E. Denny joeldenny@joeldenny.org
|
||||
Johan van Selst johans@stack.nl
|
||||
Jonathan Fabrizio jonathan.fabrizio@lrde.epita.fr
|
||||
Jonathan Nieder jrnieder@gmail.com
|
||||
Juan Manuel Guerrero juan.guerrero@gmx.de
|
||||
Kees Zeelenberg kzlg@users.sourceforge.net
|
||||
|
||||
Reference in New Issue
Block a user