lib/DtHelp: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 14:19:02 -06:00
parent 2760adaab3
commit 5b5ac72691
15 changed files with 71 additions and 71 deletions

View File

@@ -360,7 +360,7 @@ static int
LWZReadByte(byte **inbuf, int flag, int input_code_size, GifState *g)
{
int code, incode;
register int i;
int i;
if (flag) {
g->set_code_size = input_code_size;