]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
Makefile: introduce $(BISON).
[bison.git] / src / getargs.c
index 14cba3eddb24dff2d43536ae8e69de240a69c152..d7e438507e5fce3e84e52858ec9e26d9f1e1c1a9 100644 (file)
 #include "muscle_tab.h"
 #include "uniqstr.h"
 
-bool debug_flag;
 bool defines_flag;
 bool graph_flag;
 bool xml_flag;
-bool locations_flag;
 bool no_lines_flag;
 bool token_table_flag;
 bool yacc_flag;        /* for -y */
@@ -618,7 +616,7 @@ getargs (int argc, char *argv[])
        break;
 
       case 't':
-       debug_flag = true;
+        muscle_percent_define_insert ("debug", command_line_location (), "");
        break;
 
       case 'v':
@@ -636,7 +634,8 @@ getargs (int argc, char *argv[])
        break;
 
       case LOCATIONS_OPTION:
-       locations_flag = true;
+        muscle_percent_define_ensure ("locations",
+                                      command_line_location (), true);
        break;
 
       case PRINT_LOCALEDIR_OPTION: