X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/218287f5676ea3d4b1b44c3c43da831170c0fe2a..dd31e17d7e415d3be8fc603f752f7e975297bcc2:/src/graphviz.h 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.