Another pre-ANSI bit.
This commit is contained in:
+2
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user