* 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.
This commit is contained in:
Marc Autret
2001-08-24 18:47:20 +00:00
parent 60403d1bc1
commit 52eddd8c33
2 changed files with 17 additions and 5 deletions

View File

@@ -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/.