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;
output ('-');
output (' ');
}
- state = S2; /* fall */
-
+ state = S2;
+ /* FALLTHRU */
case S2:
output (*cp);
if (*cp == '\n')