mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
PRIoff is also "%lld" for Win64. Fixes issue #358.
This commit is contained in:
parent
8ac14b5f91
commit
ab3f3ad3a0
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ typedef short sexp_int32_t;
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__) || defined(_WIN64)
|
||||
#define PRIoff "%lld"
|
||||
#else
|
||||
#define PRIoff "%ld"
|
||||
|
|
Loading…
Add table
Reference in a new issue