From: cohrs Date: Thu, 28 Apr 2005 16:28:34 +0000 (+0000) Subject: compilation bit X-Git-Tag: MOVE2GIT~1275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50a9b78995048b685580dba73bb04b22267e3fd4;p=nethack compilation bit gcc whined about taking the address of a register variable --- diff --git a/src/fountain.c b/src/fountain.c index 7326bc7ae..a5ad8f712 100644 --- a/src/fountain.c +++ b/src/fountain.c @@ -43,7 +43,7 @@ STATIC_OVL void dowaterdemon() /* Water demon */ { - register struct monst *mtmp; + struct monst *mtmp; if(!(mvitals[PM_WATER_DEMON].mvflags & G_GONE)) { if((mtmp = makemon(&mons[PM_WATER_DEMON],u.ux,u.uy, NO_MM_FLAGS))) {