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

@@ -65,9 +65,9 @@ DBN_DECL
char ckey[256]; /* current compound key data */
char nkey[256]; /* new compound key data */
int stat;
register int fld;
int fld;
RECORD_ENTRY FAR *rec_ptr;
register FIELD_ENTRY FAR *fld_ptr;
FIELD_ENTRY FAR *fld_ptr;
DB_ENTER(DB_ID TASK_ID LOCK_SET(SET_IO));