util/dbtoman/instant: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 13:14:11 -06:00
parent 4aa9392e98
commit b2a4d3c202
2 changed files with 62 additions and 62 deletions

View File

@@ -211,7 +211,7 @@ ExpandVariables(
Element_t *e
)
{
register int i, j, k;
int i, j, k;
char *ip, *vp, *op;
char *def_val, *s, *atval, *modifier;
char vbuf[500];