Another pre-ANSI bit.

This commit is contained in:
jwalz
2002-03-12 21:30:05 +00:00
parent 6d2a564e52
commit b964042e26
+2 -1
View File
@@ -66,7 +66,8 @@ register struct monst *mtmp;
#else /* !GOLDOBJ */ #else /* !GOLDOBJ */
long /* actually returns something that fits in an int */ long /* actually returns something that fits in an int */
somegold(long umoney) somegold(umoney)
long umoney;
{ {
#ifdef LINT /* long conv. ok */ #ifdef LINT /* long conv. ok */
return(0L); return(0L);