From 0e017743181b76a26d2758234eb98fc736acc722 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 19 Apr 2015 14:00:19 +0000 Subject: Decouple the token code for "no request or macro" from the individual high-level parsers to allow further unification of functions that only need to recognize this code, but that don't care about different high-level macrosets beyond that. --- man_validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man_validate.c') diff --git a/man_validate.c b/man_validate.c index e1303f38..59baf88a 100644 --- a/man_validate.c +++ b/man_validate.c @@ -505,7 +505,7 @@ post_vs(CHKARGS) "%s after %s", man_macronames[n->tok], man_macronames[n->parent->tok]); /* FALLTHROUGH */ - case MAN_MAX: + case TOKEN_NONE: /* * Don't warn about this because it occurs in pod2man * and would cause considerable (unfixable) warnage. -- cgit v1.2.3-56-ge451