mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
Use b4_symbol_case_.
* data/lalr1.cc, data/bison.m4 (b4_symbol_action): Use b4_symbol_case_.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-12-01 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Use b4_symbol_case_.
|
||||||
|
* data/lalr1.cc, data/bison.m4 (b4_symbol_action): Use
|
||||||
|
b4_symbol_case_.
|
||||||
|
|
||||||
2008-12-01 Akim Demaille <demaille@gostai.com>
|
2008-12-01 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Move b4_symbol based macro to bison.m4.
|
Move b4_symbol based macro to bison.m4.
|
||||||
|
|||||||
@@ -384,7 +384,7 @@ m4_define([b4_symbol_action],
|
|||||||
b4_symbol_if([$1], [has_type],
|
b4_symbol_if([$1], [has_type],
|
||||||
[b4_symbol([$1], [type])]))])dnl
|
[b4_symbol([$1], [type])]))])dnl
|
||||||
m4_pushdef([b4_at_dollar], [(*yylocationp)])dnl
|
m4_pushdef([b4_at_dollar], [(*yylocationp)])dnl
|
||||||
case $1: // b4_symbol([$1], [tag])
|
b4_symbol_case_([$1])
|
||||||
b4_syncline([b4_symbol([$1], [$2_line])], ["b4_symbol([$1], [$2_file])"])
|
b4_syncline([b4_symbol([$1], [$2_line])], ["b4_symbol([$1], [$2_file])"])
|
||||||
b4_symbol([$1], [$2])
|
b4_symbol([$1], [$2])
|
||||||
b4_syncline([@oline@], [@ofile@])
|
b4_syncline([@oline@], [@ofile@])
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ m4_define([b4_symbol_action],
|
|||||||
b4_symbol_if([$1], [has_type],
|
b4_symbol_if([$1], [has_type],
|
||||||
[b4_symbol([$1], [type])]))])dnl
|
[b4_symbol([$1], [type])]))])dnl
|
||||||
m4_pushdef([b4_at_dollar], [yysym.location])dnl
|
m4_pushdef([b4_at_dollar], [yysym.location])dnl
|
||||||
case $1: // b4_symbol([$1], [tag])
|
b4_symbol_case_([$1])
|
||||||
b4_syncline([b4_symbol([$1], [$2_line])], ["b4_symbol([$1], [$2_file])"])
|
b4_syncline([b4_symbol([$1], [$2_line])], ["b4_symbol([$1], [$2_file])"])
|
||||||
b4_symbol([$1], [$2])
|
b4_symbol([$1], [$2])
|
||||||
b4_syncline([@oline@], [@ofile@])
|
b4_syncline([@oline@], [@ofile@])
|
||||||
|
|||||||
Reference in New Issue
Block a user