]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
Makefile: introduce $(BISON).
[bison.git] / src / getargs.c
index 7a67878a1a6f4133c71b97a39d4abddd11bc1648..d7e438507e5fce3e84e52858ec9e26d9f1e1c1a9 100644 (file)
@@ -50,7 +50,6 @@
 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 */
@@ -635,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: