From 33c78bd23ed6e92b9377ab39136e9469e6ef7983 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 31 Dec 2008 13:48:40 +0100 Subject: [PATCH] Comment change. * data/lalr1.cc: here. --- ChangeLog | 5 +++++ data/lalr1.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 089f9d97..6f8b1f68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-25 Akim Demaille + + Comment change. + * data/lalr1.cc: here. + 2009-02-19 Akim Demaille Make yyparser::error public. diff --git a/data/lalr1.cc b/data/lalr1.cc index 40405ead..b6b64be6 100644 --- a/data/lalr1.cc +++ b/data/lalr1.cc @@ -530,7 +530,7 @@ m4_ifdef([b4_stype], symbol_base_type& yysym) const; public: - /// Element of the stack: a state and its attributes. + /// External form of a symbol: its type and attributes. struct symbol_type : symbol_base_type { /// The parent class. -- 2.47.2