X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0ce615753edfd7d1f8f1fe8670d4354b3d59d049..76bf5102423b4d1597b214f77764075f55b5eb7b:/src/getargs.c diff --git a/src/getargs.c b/src/getargs.c index 7a67878a..d7e43850 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -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: