bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Comment change.


From: Akim Demaille
Subject: [PATCH] Comment change.
Date: Wed, 25 Feb 2009 22:31:40 -0000

        * data/lalr1.cc: here.
---
 ChangeLog     |    5 +++++
 data/lalr1.cc |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 089f9d9..6f8b1f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-25  Akim Demaille  <address@hidden>
+
+       Comment change.
+       * data/lalr1.cc: here.
+
 2009-02-19  Akim Demaille  <address@hidden>
 
        Make yyparser::error public.
diff --git a/data/lalr1.cc b/data/lalr1.cc
index 40405ea..b6b64be 100644
--- a/data/lalr1.cc
+++ b/data/lalr1.cc
@@ -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.
-- 
1.6.2.rc0.35.g1b53





reply via email to

[Prev in Thread] Current Thread [Next in Thread]