diff options
author | Adrian Thurston <thurston@complang.org> | 2009-02-08 23:38:50 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2009-02-08 23:38:50 +0000 |
commit | ba86e1650f475034ef4ae4d03da4a5f17b81830b (patch) | |
tree | 20fc6be1bd0aa09c3cd70d27d99c1577ce20de76 /colm/colm.h | |
parent | 29a5bbb93eb3cccc042e2b0987d728ccd74488a1 (diff) | |
download | colm-ba86e1650f475034ef4ae4d03da4a5f17b81830b.tar.gz |
got graphviz output working
Diffstat (limited to 'colm/colm.h')
-rw-r--r-- | colm/colm.h | 4 |
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(); |