dtksh: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 17:18:06 -06:00
parent 556ce45298
commit 97264ba971
296 changed files with 2503 additions and 2503 deletions

View File

@@ -264,7 +264,7 @@ DtkshCvtNamedValueToString(
struct named_integer *table;
int numtable;
long value;
register int i;
int i;
char * errmsg;
switch(fval->size)
@@ -335,7 +335,7 @@ DtkshCvtStringToNamedValue(
struct named_integer *table;
int numtable;
char *value;
register int i;
int i;
char * errbuf;
char * errmsg;