X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ea4e548a4affff119a61c13f4519b815200be698..c4b661269e4cb984c1179d6c6108f4aa14efd9c4:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 32689054..c63ad197 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ 2001-08-06 Akim Demaille , Marc Autret - * src/print_graph.c (print_actions): CPP out useless code. * src/vcg.c (complain.h): Include it. Unepitaize `return' invocations. - * src/vcg.c [NDEBUG] (main): Remove. + [NDEBUG] (main): Remove. + * src/vcg.h (node_t, edge_t, graph_t): Constify the char * memebers. + * src/files.c (open_files): Initialize graph_obstack. + * src/print_graph.c (print_actions): CPP out useless code. + (print_core): Don't output the last `\n' in labels. + Use `quote'. + * src/files.c (output_files): Output the VCG file. + * src/main.c (main): Invoke print_graph (); 2001-08-06 Marc Autret