Comment change.

* data/lalr1.cc: here.
This commit is contained in:
Akim Demaille
2008-12-31 13:48:40 +01:00
parent 49572920dd
commit 33c78bd23e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-02-25 Akim Demaille <demaille@gostai.com>
Comment change.
* data/lalr1.cc: here.
2009-02-19 Akim Demaille <demaille@gostai.com>
Make yyparser::error public.

View File

@@ -530,7 +530,7 @@ m4_ifdef([b4_stype],
symbol_base_type<Exact>& 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<symbol_type>
{
/// The parent class.