]>
git.saurik.com Git - bison.git/blobdiff - src/getargs.c
#include "quote.h"
#include "uniqstr.h"
-bool debug_flag;
+bool debug;
bool defines_flag;
bool graph_flag;
bool xml_flag;
break;
case 't':
- debug_flag = true;
+ debug = true;
break;
case 'v':