Compare commits

...

1 Commits

Author SHA1 Message Date
nobody 7b32258e5e This commit was manufactured by cvs2svn to create tag
'Version_1_25_1'.

[SVN r11623]
2001-11-07 10:35:13 +00:00
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -62,7 +62,9 @@
#include <sstream>
#endif
#define GRAPHVIZ_GRAPH boost::GraphvizDigraph
#ifndef GRAPHVIZ_GRAPH
#error Need to define the GRAPHVIZ_GRAPH macro to either GraphvizGraph or GraphvizDigraph.
#endif
#define YYPARSE_PARAM g
+3 -1
View File
@@ -62,7 +62,9 @@
#include <sstream>
#endif
#define GRAPHVIZ_GRAPH boost::GraphvizGraph
#ifndef GRAPHVIZ_GRAPH
#error Need to define the GRAPHVIZ_GRAPH macro to either GraphvizGraph or GraphvizDigraph.
#endif
#define YYPARSE_PARAM g