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

@@ -59,8 +59,8 @@ d_destroy(dbname TASK_PARM)
CONST char FAR *dbname;
TASK_DECL
{
register int ft_lc; /* loop control */
register FILE_ENTRY FAR *file_ptr;
int ft_lc; /* loop control */
FILE_ENTRY FAR *file_ptr;
#ifndef NO_TRANS
int ovfl_save;
#endif