dtksh: remove register keyword
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user