]> diplodocus.org Git - nmh/blobdiff - uip/fmtdump.c
uip/post.c: Don't bother naming `struct oauth_profile'.
[nmh] / uip / fmtdump.c
index a3eec4059a11eb66ad458c6465dd9340be5da624..a23c21c1c6002e079e19586733e3af12b755b0a8 100644 (file)
@@ -266,6 +266,7 @@ dumpone(struct format *fmt)
        case FT_IF_MATCH:
        case FT_IF_AMATCH:
                printf(" continue else goto");
+               /* FALLTHRU */
        case FT_GOTO:
                i = findlabel(fmt + fmt->f_skip);
                printf(" L%d", i);
@@ -420,9 +421,7 @@ f_typestr(int t)
        case FT_GETMYMBOX: return("GETMYMBOX");
        case FT_GETMYADDR: return("GETMYADDR");
        case FT_SAVESTR: return("SAVESTR");
-#ifdef FT_PAUSE
        case FT_PAUSE: return ("PAUSE");
-#endif
        case FT_DONE: return("DONE");
        case FT_NOP: return("NOP");
        case FT_GOTO: return("GOTO");