]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
xml: match DOT output and xml2dot.xsl processing
[bison.git] / src / getargs.c
index 56d9724db5efa61a234ecf3c2b094c94575feca8..226e6de0f6aff21e43f0118f6cf3ce68606a835b 100644 (file)
@@ -49,7 +49,7 @@
 #include "quote.h"
 #include "uniqstr.h"
 
-bool debug_flag;
+bool debug;
 bool defines_flag;
 bool graph_flag;
 bool xml_flag;
@@ -665,7 +665,7 @@ getargs (int argc, char *argv[])
        break;
 
       case 't':
-       debug_flag = true;
+       debug = true;
        break;
 
       case 'v':