From: Marc Autret Date: Sun, 26 Aug 2001 23:31:49 +0000 (+0000) Subject: Adjust X-Git-Tag: BISON-1_28d~20 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/aecd294cb0db5328b869a52325b245ef1ab41d82?ds=sidebyside Adjust --- diff --git a/ChangeLog b/ChangeLog index 359dd5b9..c1bb0765 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * 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 () + (print_state): Do not call obstack_object_size () in obstack_grow () to avoid macro variables shadowing. 2001-08-23 Marc Autret