remove register from variable declarations

This commit is contained in:
nhmall
2024-02-19 16:30:07 -05:00
parent 6f569f0a27
commit 688ac6ffbe
113 changed files with 836 additions and 835 deletions

View File

@@ -36,8 +36,8 @@ settrack(void)
coord *
gettrack(coordxy x, coordxy y)
{
register int cnt, ndist;
register coord *tc;
int cnt, ndist;
coord *tc;
cnt = utcnt;
for (tc = &utrack[utpnt]; cnt--;) {
if (tc == utrack)