dtdocbook: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 16:26:13 -06:00
parent ca7d34b7ff
commit 55a80f00cf
22 changed files with 316 additions and 306 deletions

View File

@@ -135,7 +135,7 @@ int lineno = 0;
multiple(ncomp, nexec, nsub)
int ncomp, nexec, nsub;
{
register int i;
int i;
extern char *strchr();
errreport = 1;
@@ -151,7 +151,7 @@ int ncomp, nexec, nsub;
{
regexp *r;
char dbuf[BUFSIZ];
register int i;
int i;
errseen = NULL;
r = tpt_regcomp(fields.re);