]> Savannah Git Hosting - gnulib.git/commit
inttypes: Fix PRI*PTR and SCN*PTR on 64-bit native Windows.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Jul 2020 07:53:29 +0000 (09:53 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Jul 2020 07:53:29 +0000 (09:53 +0200)
commitb768bbdd15f2473d2d60b31702ef54d93a65d537
tree8102df4a0e5c86c2419bac817819ee4b19733e9a
parente747e8f9f585cfcc58935ae5b98884ad5e367b9d
inttypes: Fix PRI*PTR and SCN*PTR on 64-bit native Windows.

* m4/inttypes.m4 (gl_INTTYPES_PRI_SCN): On 64-bit native Windows, make
sure PRIPTR_PREFIX is defined to "ll", not "l".
ChangeLog
m4/inttypes.m4