]> git.saurik.com Git - bison.git/commitdiff
Comment change.
authorAkim Demaille <demaille@gostai.com>
Wed, 31 Dec 2008 12:48:40 +0000 (13:48 +0100)
committerAkim Demaille <demaille@gostai.com>
Wed, 25 Feb 2009 22:28:15 +0000 (23:28 +0100)
* data/lalr1.cc: here.

ChangeLog
data/lalr1.cc

index 089f9d971694b5442755dbd39594e48ebbf5b724..6f8b1f6858cfdbe94a9d9c52cf0158d9dfd458be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 40405ead556d78064b40243413fb09dd1cc86f6c..b6b64be6efe9d9631f21b8584f65dec503bb61ec 100644 (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.