warning bit in a file that is only a proof-of-concept

This commit is contained in:
nhmall
2019-11-27 15:19:57 -05:00
parent e94b6996b4
commit 7406826824

View 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