]> git.pond.sub.org Git - empserver/commitdiff
Clean up register keywords. No functional changes.
authorMarc Olzheim <marcolz@stack.nl>
Mon, 3 Jan 2005 21:03:53 +0000 (21:03 +0000)
committerMarc Olzheim <marcolz@stack.nl>
Mon, 3 Jan 2005 21:03:53 +0000 (21:03 +0000)
src/lib/gen/scthash.c

index 108cb010a5aa8296721b84fd8972ca950693ddf3..08e2caea1aea78eb8f9ddf4e9ef93d4113e5b95e 100644 (file)
@@ -34,7 +34,7 @@
 #include "gen.h"
 
 int
-scthash(register int x, register int y, int tsize)
+scthash(int x, int y, int tsize)
 {
     if (x < 0)
        x = -x;