X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..0328f2c528b4a07c27cac8f3acfc39ebc873cbdd:/sbr/cpydgst.c diff --git a/sbr/cpydgst.c b/sbr/cpydgst.c index 12829f13..53923b2a 100644 --- a/sbr/cpydgst.c +++ b/sbr/cpydgst.c @@ -35,9 +35,9 @@ void cpydgst (int in, int out, char *ifile, char *ofile) { - register int i, j, state; - register char *cp, *ep; - register char *bp, *dp; + int i, j, state; + char *cp, *ep; + char *bp, *dp; char buffer[BUFSIZ], outbuf[BUFSIZ]; dp = (bp = outbuf) + sizeof outbuf; @@ -51,8 +51,8 @@ cpydgst (int in, int out, char *ifile, char *ofile) output ('-'); output (' '); } - state = S2; /* fall */ - + state = S2; + /* FALLTHRU */ case S2: output (*cp); if (*cp == '\n')