X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8a8b33e8d2db49a9246deb46cb583a1a33594f36..782e8187185a009ce698ad294c87e49a0a30c3a1:/src/graphviz.h?ds=sidebyside diff --git a/src/graphviz.h b/src/graphviz.h index e549feae..f27c1105 100644 --- a/src/graphviz.h +++ b/src/graphviz.h @@ -1,6 +1,6 @@ /* Output Graphviz specification of a state machine generated by Bison. - Copyright (C) 2006, 2010 Free Software Foundation, Inc. + Copyright (C) 2006, 2010-2012 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -40,7 +40,7 @@ void output_node (int id, char const *label, FILE *fout); /// \param style Dot style of the edge (e.g., "dotted" or "solid"). /// \param fout output stream. void output_edge (int source, int destination, char const *label, - char const *style, FILE *fout); + char const *style, FILE *fout); /// End a Dot graph. /// \param fout output stream.