]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* reader.c (copy_string): Declared `static inline'. No problems
[bison.git] / ChangeLog
index a545983f7d1f1e268d3eba56ce069d43f1642515..31b533a25856cac798cc9a2241bb7d3556c1d717 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2000-03-17  Akim Demaille  <akim@epita.fr>
+
+       * reader.c (copy_string): Declared `static inline'.  No problems
+       with inline, since it is checked by configure.
+       (copy_comment): Likewise.
+
+2000-03-17  Akim Demaille  <akim@epita.fr>
+
+       * reader.c (packsymbols): Formatting changes.
+
+2000-03-17  Akim Demaille  <akim@epita.fr>
+
+       * reader.c (copy_comment): New function, factored out from:
+       (copy_action): Use it.  Removed now unused `match', `ended',
+       `cplus_comment'.
+       (copy_guard): Likewise.
+
+2000-03-17  Akim Demaille  <akim@epita.fr>
+
+       * reader.c (copy_string): New function, factored out from:
+       (copy_action): Use it.
+       (copy_guard): Likewise.
+
 2000-03-17  Akim Demaille  <akim@epita.fr>
 
        Change the handling of @s so that they behave exactly like $s.