X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8cfcda36ca8f98694d1c5884c32ff96fe083ead3..9322ba2854211794c27fae9468768b80b767c211:/sbr/fmt_compile.c diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index c8618ed8..f7fcff2b 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -578,7 +578,7 @@ do_name(char *sp, int preprocess) ismymbox ((struct mailname *) 0); primed++; } - /* fall through */ + /* FALLTHRU */ case FT_PARSEADDR: if (cm->c_type & CT_DATE) { CERROR("component used as both date and address"); @@ -740,7 +740,7 @@ do_func(char *sp) case TF_EXPR_SV: LV(FT_SAVESTR, 0); - /* fall through */ + /* FALLTHRU */ case TF_EXPR: *--cp = c; cp = do_expr(cp, t->extra);