mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#if defined(__APPLE__) || defined(_WIN64)
|
||||||
#define PRIoff "%lld"
|
#define PRIoff "%lld"
|
||||||
#else
|
#else
|
||||||
#define PRIoff "%ld"
|
#define PRIoff "%ld"
|
||||||
|
|
Loading…
Add table
Reference in a new issue