DtSearch/raima: remove register keyword
This commit is contained in:
@@ -56,9 +56,9 @@ TASK_DECL
|
||||
DBN_DECL /* database number */
|
||||
{
|
||||
int crtype; /* current record type */
|
||||
register int mem;
|
||||
int mem;
|
||||
SET_ENTRY FAR *set_ptr;
|
||||
register MEMBER_ENTRY FAR *mem_ptr;
|
||||
MEMBER_ENTRY FAR *mem_ptr;
|
||||
int memtot;
|
||||
|
||||
DB_ENTER(DB_ID TASK_ID LOCK_SET(SET_IO));
|
||||
|
||||
Reference in New Issue
Block a user