]> git.saurik.com Git - bison.git/blobdiff - src/options.c
* src/reader.c (parse_include_decl): New, Not yet implemented.
[bison.git] / src / options.c
index f1240766ce89d56cdef0445569ddae8184ef5e41..a3db8968d2cee760a2dd8d2bce93391e18a99203 100644 (file)
@@ -116,6 +116,7 @@ const struct option_table_struct option_table[] =
   {opt_both, "no-parser",      no_argument, &no_parser_flag, tok_intopt,          'n'},
   {opt_both, "raw",           no_argument,               0, tok_obsolete, 'r'},
   {opt_both, "skeleton",       required_argument,         0, tok_skel,    'S'},
+  {opt_both, "include",               required_argument,         0, tok_include,  'I'},
   {opt_both, "token-table",    no_argument, &token_table_flag, tok_intopt,   'k'},
 
   {0, 0, 0, 0, 0, 0}