]> git.saurik.com Git - bison.git/commitdiff
Use b4_symbol_case_.
authorAkim Demaille <demaille@gostai.com>
Fri, 28 Nov 2008 20:26:09 +0000 (21:26 +0100)
committerAkim Demaille <demaille@gostai.com>
Mon, 1 Dec 2008 21:29:20 +0000 (22:29 +0100)
* data/lalr1.cc, data/bison.m4 (b4_symbol_action): Use
b4_symbol_case_.

ChangeLog
data/bison.m4
data/lalr1.cc

index 7b1fed0939f4a981f36297e098862f0f68644ae0..1a6ccea0cfb9b99ef41db758bcc3d2862ccd057a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        Move b4_symbol based macro to bison.m4.
index 36b7da204f0f02566ca75c6ed4e53381d7df1d36..d8b8539bd5bf9de636f94c71b6d26603af9c6836 100644 (file)
@@ -384,7 +384,7 @@ m4_define([b4_symbol_action],
                      b4_symbol_if([$1], [has_type],
                                   [b4_symbol([$1], [type])]))])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_symbol([$1], [$2])
 b4_syncline([@oline@], [@ofile@])
index 6c9927d64db6ec3662d5446b9bee31054c942f9a..f19df6041275a15f3a9f37d8c5b5bbcfd1da9c4d 100644 (file)
@@ -132,7 +132,7 @@ m4_define([b4_symbol_action],
                               b4_symbol_if([$1], [has_type],
                                            [b4_symbol([$1], [type])]))])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_symbol([$1], [$2])
 b4_syncline([@oline@], [@ofile@])