From b75f75e80ea1130b3d3f21d5c0da1789ce988d1c Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 8 Mar 2015 18:54:04 +0000 Subject: Fix misc warnings. --- src/hyper/hthits.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hyper') diff --git a/src/hyper/hthits.c b/src/hyper/hthits.c index 0dd712c5..ce277e65 100644 --- a/src/hyper/hthits.c +++ b/src/hyper/hthits.c @@ -98,7 +98,7 @@ badDB(void) static void untexbuf(register char* s) { - register char *d = s; + char *d = s; while (*s) switch (*s) { @@ -176,7 +176,7 @@ splitpage(char* buf, char** ptitle, char** pbody) static void squirt(char* s, int n) { - register char *t, *e; + char *t, *e; int c; c = s[n]; -- cgit v1.2.3