]> granicus.if.org Git - nethack/commitdiff
warning bit in a file that is only a proof-of-concept
authornhmall <nhmall@nethack.org>
Wed, 27 Nov 2019 20:19:57 +0000 (15:19 -0500)
committernhmall <nhmall@nethack.org>
Wed, 27 Nov 2019 20:19:57 +0000 (15:19 -0500)
src/sfascii.c

index 22508db4a6492f1768aa73c6219f93feece97159..4dcc990d4e6d9ca1dba85135b95911856e02fc43 100644 (file)
@@ -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