dtinfo: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 16:57:54 -06:00
parent 7c0de21ad4
commit 556ce45298
31 changed files with 286 additions and 286 deletions

View File

@@ -468,9 +468,9 @@ extern char *getenv(const char *);
int
styleparse()
{
register int stylem, stylen, stylestate;
int stylem, stylen, stylestate;
#if styleDEBUG
register char *styles;
char *styles;
if (styles = getenv("styleDEBUG"))
{