lib/DtSearch: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 14:48:29 -06:00
parent 8e48100c12
commit 57ce407976
2 changed files with 5 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ void hc_decode (
#ifdef DEBUG_DECODE
static int first_time = TRUE;
#endif
register int bitreg;
int bitreg;
int i;
int bitcount;
int tree_index;