From: Akim Demaille Date: Wed, 31 Dec 2008 12:48:40 +0000 (+0100) Subject: Comment change. X-Git-Tag: v2.7.90~946 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/33c78bd23ed6e92b9377ab39136e9469e6ef7983 Comment change. * data/lalr1.cc: here. --- 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.