DtSearch/raima: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 14:37:24 -06:00
parent b9d605c8ea
commit 8e48100c12
16 changed files with 120 additions and 120 deletions

View File

@@ -57,9 +57,9 @@ TASK_DECL
DBN_DECL /* database number */
{
int cmtype; /* current member 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));