Do not include var.h where no longer needed. Clean up register keywords in these file at the same time. No functional changes.
This commit is contained in:
parent
442803c30a
commit
e9a040adb9
187 changed files with 246 additions and 435 deletions
|
@ -183,7 +183,7 @@ sctoff(coord x, coord y)
|
|||
}
|
||||
|
||||
coord
|
||||
xnorm(register coord x)
|
||||
xnorm(coord x)
|
||||
{
|
||||
if (x < 0)
|
||||
x = WORLD_X - (-x % WORLD_X);
|
||||
|
@ -191,7 +191,7 @@ xnorm(register coord x)
|
|||
}
|
||||
|
||||
coord
|
||||
ynorm(register coord y)
|
||||
ynorm(coord y)
|
||||
{
|
||||
if (y < 0)
|
||||
y = WORLD_Y - (-y % WORLD_Y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue