update unused pragmas

This commit is contained in:
dean
2002-01-23 06:14:21 +00:00
parent 6f45c9c5ff
commit 84b72da0eb
3 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ int
experience(mtmp, nk) /* return # of exp points for mtmp after nk killed */
register struct monst *mtmp;
register int nk;
#if defined(applec)
#if (defined(macintosh) && (defined(__SC__) || defined(__MRC__))) || defined(__MWERKS__)
# pragma unused(nk)
#endif
{