From 3eead995a49f1c460f776fb7a72aceca0b71278e Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 2 Jan 2009 10:28:56 +0100 Subject: [PATCH] Comment changes. * data/lalr1.cc: here. --- ChangeLog | 5 +++++ data/lalr1.cc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e4801fbb..5c43a0fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-25 Akim Demaille + + Comment changes. + * data/lalr1.cc: here. + 2009-02-25 Akim Demaille Fix glr.cc's debug level handling. diff --git a/data/lalr1.cc b/data/lalr1.cc index b6b64be6..5c69a149 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([[yyr1_@{yyn@}]], [yylhs.value], [build]),[ /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, use the top of the stack. -- 2.47.2