From 520fff788fc8f2154247a6cff986abf634fdbb51 Mon Sep 17 00:00:00 2001 From: marcel Date: Tue, 16 Nov 1999 10:26:38 +0000 Subject: Add type int to those variables without a type. This is caused by the frequent use of ``register var'' instead of ``register int var'' and the removal of the register hint in the previous commit. --- games/hack/hack.rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/hack/hack.rip.c') diff --git a/games/hack/hack.rip.c b/games/hack/hack.rip.c index 843d3cc..f37b9ec 100644 --- a/games/hack/hack.rip.c +++ b/games/hack/hack.rip.c @@ -29,7 +29,7 @@ outrip(){ char **dp = rip; char *dpx; char buf[BUFSZ]; - x,y; + int x,y; cls(); (void) strcpy(buf, plname); -- cgit v1.1