diff --git a/lib-src/etags.c b/lib-src/etags.c index 174c33a7a5..5eb7504e67 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -4196,9 +4196,9 @@ C_entries (int c_ext, FILE *inf) break; } FALLTHROUGH; - resetfvdef: case '#': case '~': case '&': case '%': case '/': case '|': case '^': case '!': case '.': case '?': + resetfvdef: if (definedef != dnone) break; /* These surely cannot follow a function tag in C. */