Commit 4712e28b69656684f2e834d61c498995c35c1a6f

Bruno Haible 2024-05-20T13:12:50

stdint: Verify the width of 'long long' before using it as int64_t. Suggested by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2024-05/msg00315.html>. * lib/stdint.in.h (gl_int64_t): Verify that the number of bits of 'long long' is 64 before using it. (gl_uint64_t): Verify that the number of bits of 'unsigned long long' is 64 before using it.