bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Comment changes.


From: Akim Demaille
Subject: [PATCH] Comment changes.
Date: Wed, 25 Feb 2009 22:45:49 -0000

        * data/lalr1.cc: here.
---
 ChangeLog     |    5 +++++
 data/lalr1.cc |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e4801fb..5c43a0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-02-25  Akim Demaille  <address@hidden>
 
+       Comment changes.
+       * data/lalr1.cc: here.
+
+2009-02-25  Akim Demaille  <address@hidden>
+
        Fix glr.cc's debug level handling.
        * data/glr.cc (yydebug_): Remove, as it is actually yydebug from
        glr.c which is used.
diff --git a/data/lalr1.cc b/data/lalr1.cc
index b6b64be..5c69a14 100644
--- a/data/lalr1.cc
+++ b/data/lalr1.cc
@@ -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(address@hidden@}]], [yylhs.value], [build]),[
     /* If YYLEN is nonzero, implement the default value of the action:
        `$$ = $1'.  Otherwise, use the top of the stack.
-- 
1.6.2.rc0.35.g1b53





reply via email to

[Prev in Thread] Current Thread [Next in Thread]