]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
* src/output.h: And put its extern declaration here.
[bison.git] / src / getargs.c
index 76e3823f21ae0098d2020bfe61bdc44e45e9ac3c..eee6314f0aff610a62e5c0d57441b487503624b6 100644 (file)
@@ -39,6 +39,7 @@ int graph_flag = 0;
 int trace_flag = 0;
 
 const char *skeleton = NULL;
+const char *include = NULL;
 
 extern char *program_name;
 
@@ -168,6 +169,10 @@ getargs (int argc, char *argv[])
        skeleton = optarg;
        break;
 
+      case 'I':
+       include = optarg;
+       break;
+
       case 'd':
        /* Here, the -d and --defines options are differentiated.  */
        defines_flag = 1;