]> git.saurik.com Git - bison.git/commitdiff
Comment changes.
authorAkim Demaille <demaille@gostai.com>
Fri, 2 Jan 2009 09:28:56 +0000 (10:28 +0100)
committerAkim Demaille <demaille@gostai.com>
Wed, 25 Feb 2009 22:41:40 +0000 (23:41 +0100)
* data/lalr1.cc: here.

ChangeLog
data/lalr1.cc

index e4801fbbb3527ae3ff26737edb4c84d9b3903b97..5c43a0fc9200756fbffda0cc63935441d047b6aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-25  Akim Demaille  <demaille@gostai.com>
+
+       Comment changes.
+       * data/lalr1.cc: here.
+
 2009-02-25  Akim Demaille  <demaille@gostai.com>
 
        Fix glr.cc's debug level handling.
index b6b64be6efe9d9631f21b8584f65dec503bb61ec..5c69a1490e6f4e18cb4898a60f2d38eff5f54c6c 100644 (file)
@@ -1029,8 +1029,8 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param)));])[
   yyreduce:
     yylen = yyr2_[yyn];]b4_variant_if([
     /* Variants are always initialized to an empty instance of the
-       correct type. The default $$=$1 rule is NOT applied when using
-       variants */
+       correct type. The default $$=$1 action is NOT applied when using
+       variants */
     ]b4_symbol_variant([[yyr1_@{yyn@}]], [yylhs.value], [build]),[
     /* If YYLEN is nonzero, implement the default value of the action:
        `$$ = $1'.  Otherwise, use the top of the stack.