Clean up register keywords. No functional changes.

This commit is contained in:
Marc Olzheim 2005-01-03 21:03:53 +00:00
parent 76e639fa86
commit d1df194176

View file

@ -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;