Another pre-ANSI bit.

This commit is contained in:
jwalz
2002-03-12 21:30:05 +00:00
parent 6d2a564e52
commit b964042e26

View File

@@ -66,7 +66,8 @@ register struct monst *mtmp;
#else /* !GOLDOBJ */
long /* actually returns something that fits in an int */
somegold(long umoney)
somegold(umoney)
long umoney;
{
#ifdef LINT /* long conv. ok */
return(0L);