]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_compile.c
Escape literal leading full stop in man/new.man.
[nmh] / sbr / fmt_compile.c
index c8618ed886ab289ed48753faf858d30b284d0ff1..f7fcff2b6afd545ae9ca9a732c4d342e65660677 100644 (file)
@@ -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);