From: nhmall Date: Wed, 27 Nov 2019 20:19:57 +0000 (-0500) Subject: warning bit in a file that is only a proof-of-concept X-Git-Tag: NetHack-3.7.0_WIP~217^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7406826824a6074235ce5a8c0749906daa3b8ff5;p=nethack warning bit in a file that is only a proof-of-concept --- diff --git a/src/sfascii.c b/src/sfascii.c index 22508db4a..4dcc990d4 100644 --- a/src/sfascii.c +++ b/src/sfascii.c @@ -6,7 +6,7 @@ #include "integer.h" #include "sfprocs.h" -#ifdef MACOSX +#if defined(MACOSX) || defined(VMS) extern long long FDECL(atoll, (const char *)); #endif