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

@@ -1820,7 +1820,7 @@ _DtHelpDAResolveSpc (
_DtCvUnit *ret_height,
_DtCvUnit *ret_ascent)
{
register int i = 0;
int i = 0;
int result = -1;
long fontIdx;
long spcTbIdx = 0;