X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/10a697de000175d77a9d38afcade8d46f03ee63a..782e8187185a009ce698ad294c87e49a0a30c3a1:/src/graphviz.h diff --git a/src/graphviz.h b/src/graphviz.h index f3076ee8..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. @@ -21,7 +21,6 @@ #ifndef GRAPHVIZ_H_ # define GRAPHVIZ_H_ -# include /// Begin a Dot graph. /// \param fout output stream. @@ -41,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.