diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index eee2c596262..4672e3491da 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -4197,9 +4197,9 @@ C_entries (int c_ext, FILE *inf) | |||
| 4197 | break; | 4197 | break; |
| 4198 | } | 4198 | } |
| 4199 | FALLTHROUGH; | 4199 | FALLTHROUGH; |
| 4200 | resetfvdef: | ||
| 4201 | case '#': case '~': case '&': case '%': case '/': | 4200 | case '#': case '~': case '&': case '%': case '/': |
| 4202 | case '|': case '^': case '!': case '.': case '?': | 4201 | case '|': case '^': case '!': case '.': case '?': |
| 4202 | resetfvdef: | ||
| 4203 | if (definedef != dnone) | 4203 | if (definedef != dnone) |
| 4204 | break; | 4204 | break; |
| 4205 | /* These surely cannot follow a function tag in C. */ | 4205 | /* These surely cannot follow a function tag in C. */ |