]> Savannah Git Hosting - gnulib.git/commit
inttypes-incomplete: Assume that the compiler supports 'long long'.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Dec 2019 09:12:54 +0000 (10:12 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Dec 2019 09:12:54 +0000 (10:12 +0100)
commit818ca1bcefc49a5c10a5b061431ee346cc00984a
tree433a3f1a9e7115bfa6215e50e49f09f344bc1968
parentf181860de413a26827602178f25593c9b14bc1e7
inttypes-incomplete: Assume that the compiler supports 'long long'.

* lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
_SCNu64_PREFIX): Assume HAVE_LONG_LONG_INT and
HAVE_UNSIGNED_LONG_LONG_INT to be 1.
* m4/inttypes.m4 (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): Assume
HAVE_LONG_LONG_INT to be 1.
* modules/inttypes-incomplete (Makefile.am): Don't substitute
HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT.
ChangeLog
lib/inttypes.in.h
m4/inttypes.m4
modules/inttypes-incomplete