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