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

@@ -98,8 +98,8 @@
int
hashwalk __PARAM__((Hash_table_t* tab, int flags, register(*walker)(const char*, char*, __V_*), __V_* handle), (tab, flags, walker, handle)) __OTORP__(Hash_table_t* tab; int flags; register(*walker)(); __V_* handle;){
register Hash_bucket_t* b;
register int v;
Hash_bucket_t* b;
int v;
Hash_position_t* pos;
if (!(pos = hashscan(tab, flags))) return(-1);