X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/040984073a54b4c603172be3c3f44b908ea5deb9..2a4647a32f3de7eda80133370b05cea9f72e5761:/src/getargs.c?ds=sidebyside diff --git a/src/getargs.c b/src/getargs.c index 0170f8e3..2b6fa0fb 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -103,11 +103,11 @@ static const int trace_types[] = trace_all }; +ARGMATCH_VERIFY (trace_args, trace_types); static void trace_argmatch (char *args) { - verify (trace_constraint, ARGMATCH_CONSTRAINT (trace_args, trace_types)); if (args) { args = strtok (args, ","); @@ -156,11 +156,11 @@ static const int report_types[] = report_all }; +ARGMATCH_VERIFY (report_args, report_types); static void report_argmatch (char *args) { - verify (report_constraint, ARGMATCH_CONSTRAINT (report_args, report_types)); args = strtok (args, ","); do {