X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/bba97eb2c13a632c9a23306a834de312df16e4e0..b2d52318fadef8d2bf04769ec2fffb33baf6d92a:/src/options.c diff --git a/src/options.c b/src/options.c index 973b6e07..934d8f96 100644 --- a/src/options.c +++ b/src/options.c @@ -83,7 +83,6 @@ const struct option_table_struct option_table[] = DRTV ("term", no, NULL, tok_token) DRTV ("nterm", no, NULL, tok_nterm) DRTV ("type", no, NULL, tok_type) - DRTV ("guard", no, NULL, tok_guard) DRTV ("union", no, NULL, tok_union) DRTV ("expect", no, NULL, tok_expect) DRTV ("thong", no, NULL, tok_thong) @@ -104,7 +103,6 @@ const struct option_table_struct option_table[] = BOTH ("name-prefix", required, &spec_name_prefix, tok_stropt, 'p') DRTV ("define", no, NULL, tok_define) - DRTV ("semantic-parser",no, &semantic_parser, tok_intopt) DRTV ("pure-parser", no, &pure_parser, tok_intopt) /*