]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
cpp: improve the Flex version checking macro
[bison.git] / src / getargs.c
index 1b7c6f1bd1be3f8a64ad6c0ea25369dd43d46c18..ab2a28e828739c44dd90381367f8dc7414556fd8 100644 (file)
@@ -552,7 +552,7 @@ static struct option const long_options[] =
 
   /* Output.  */
   { "defines",     optional_argument,   0,   'd' },
-  { "flag",        optional_argument,   0,   'f' },
+  { "feature",     optional_argument,   0,   'f' },
 
   /* Operation modes.  */
   { "fixed-output-files", no_argument,  0,   'y' },
@@ -646,7 +646,7 @@ getargs (int argc, char *argv[])
        exit (EXIT_SUCCESS);
 
       case 'f':
-        FLAGS_ARGMATCH (flag, optarg);
+        FLAGS_ARGMATCH (feature, optarg);
         break;
 
       case 'W':