Clean up register keywords. No functional changes.
This commit is contained in:
parent
76e639fa86
commit
d1df194176
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
#include "gen.h"
|
#include "gen.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
scthash(register int x, register int y, int tsize)
|
scthash(int x, int y, int tsize)
|
||||||
{
|
{
|
||||||
if (x < 0)
|
if (x < 0)
|
||||||
x = -x;
|
x = -x;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue