Merge branch 'hv/assume-priumax-is-available-anywhere'
commite547e5a89e3641bae02e762bcb0062951bb698e5
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:47 +0000 (5 12:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:47 +0000 (5 12:52 -0800)
treeb2f220d282063069761a0d1fd1c96513c28a4af0
parent88cf80949e0a4c3cacd4be80358e5fe62acbf0ae
parentebc3278665f8b320c35f89aa4afe9c8a69257cd5
Merge branch 'hv/assume-priumax-is-available-anywhere'

We have had compatibility fallback macro definitions for "PRIuMAX",
"PRIu32", etc. but did not for "PRIdMAX", while the code used the
last one apparently without any hiccup reported recently.  The
fallback macro definitions for these <inttypes.h> macros that must
appear in C99 systems have been removed.

* hv/assume-priumax-is-available-anywhere:
  git-compat-util.h: drop the `PRIuMAX` and other fallback definitions