]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
tests: syntax-check
[bison.git] / src / getargs.c
index 70a25e03e07d43e694225eb10e61c2db55691c13..649056943d99bb5653a04aedab25fa0473e977d3 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;
@@ -664,7 +664,7 @@ getargs (int argc, char *argv[])
        break;
 
       case 't':
-       debug_flag = true;
+       debug = true;
        break;
 
       case 'v':