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,7 +57,7 @@ d_delete(TASK_DBN_ONLY)
TASK_DECL
DBN_DECL
{
register int st_lc, mt_lc; /* loop control */
int st_lc, mt_lc; /* loop control */
INT i, rt;
char FAR *ptr;
SET_ENTRY FAR *set_ptr;