]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
[bison.git] / ChangeLog
index fdeda1882ab9a9e5d211ebcb24c32d3b3de40134..359dd5b9346d5236acc2ed7a7459581af2593243 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-24  Marc Autret  <autret_m@epita.fr>
+
+       * src/print_graph.c (node_output_size): Declared POSIX `size_t' type, 
+       instead of `unsigned'.
+       (print_state): Donnot call obstack_object_size () in obstack_grow ()
+       to avoid macro variables shadowing.
+
 2001-08-23  Marc Autret  <autret_m@epita.fr>
 
        * src/lex.c (percent_table): Typo: s/naem/name/.