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

@@ -291,7 +291,7 @@ classtab_t C[] = {
void
toolkit_init_widgets( void )
{
register int i, n = 0;
int i, n = 0;
struct namnod *nam;
if (C[0].class != NULL)