Compare commits

...

1 Commits

Author SHA1 Message Date
nobody 6614930591 This commit was manufactured by cvs2svn to create tag
'Version_1_25_1_BGL'.

[SVN r11635]
2001-11-08 17:13:50 +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