Purge the register keyword.
This commit is contained in:
parent
4c4fdca42b
commit
0d842c47f7
15 changed files with 45 additions and 57 deletions
|
@ -43,7 +43,7 @@
|
|||
int
|
||||
neigh(coord x, coord y, natid own)
|
||||
{
|
||||
register int i;
|
||||
int i;
|
||||
struct sctstr sect;
|
||||
|
||||
for (i = DIR_FIRST; i <= DIR_LAST; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue