mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Simplify y.tab.c when location tracking is disabled.
* data/yacc.c: Do not check YYLTYPE_IS_TRIVIAL if location tracking is not enabled. Instead, unconditionally define YY_LOCATION_PRINT as a no-op for backward compatibility.
This commit is contained in:
committed by
Joel E. Denny
parent
ae93128c96
commit
fcd32abd3a
@@ -1,3 +1,10 @@
|
||||
2009-12-15 Jonathan Nieder <jrnieder@gmail.com> (tiny change)
|
||||
|
||||
Simplify y.tab.c when location tracking is disabled.
|
||||
* data/yacc.c: Do not check YYLTYPE_IS_TRIVIAL if location
|
||||
tracking is not enabled. Instead, unconditionally define
|
||||
YY_LOCATION_PRINT as a no-op for backward compatibility.
|
||||
|
||||
2009-12-15 Jonathan Nieder <jrnieder@gmail.com> (tiny change)
|
||||
|
||||
Avoid warnings from gcc -Wundef y.tab.c.
|
||||
|
||||
Reference in New Issue
Block a user