summaryrefslogtreecommitdiff
path: root/colm/colm.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2009-02-08 23:38:50 +0000
committerAdrian Thurston <thurston@complang.org>2009-02-08 23:38:50 +0000
commitba86e1650f475034ef4ae4d03da4a5f17b81830b (patch)
tree20fc6be1bd0aa09c3cd70d27d99c1577ce20de76 /colm/colm.h
parent29a5bbb93eb3cccc042e2b0987d728ccd74488a1 (diff)
downloadcolm-ba86e1650f475034ef4ae4d03da4a5f17b81830b.tar.gz
got graphviz output working
Diffstat (limited to 'colm/colm.h')
-rw-r--r--colm/colm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/colm/colm.h b/colm/colm.h
index b3a99e0d..721529bd 100644
--- a/colm/colm.h
+++ b/colm/colm.h
@@ -35,9 +35,7 @@
#define PROGNAME "colm"
/* IO filenames and stream. */
-extern bool printPrintables;
-extern bool graphvizDone;
-
+extern bool genGraphviz;
extern int gblErrorCount;
std::ostream &error();