]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/reader.c (parse_action): Don't store directly into the
[bison.git] / ChangeLog
index 4c99aa2302acbd5c43d6dddac4b26d4593bb2222..3f62dea03eafab7220055a0faa62e65ce8c3c34f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-06-11  Akim Demaille  <akim@epita.fr>
+
+       * src/reader.c  (parse_action): Don't store directly into the
+       rule's action member: return the action as a string.
+       Don't require `rule_length' as an argument: compute it.
+       (grammar_current_rule_symbol_append)
+       (grammar_current_rule_action_append): New, eved out from
+       (readgram): here.
+       Remove `action_flag', `rulelength', unused now.
+
 2002-06-11  Akim Demaille  <akim@epita.fr>
 
        * src/reader.c (grammar_current_rule_prec_set).