]> git.99rst.org Git - git.git/commitdiff
Merge branch 'ps/sane-ctype-workaround'
authorJunio C Hamano <redacted>
Wed, 23 Jul 2025 22:45:16 +0000 (15:45 -0700)
committerJunio C Hamano <redacted>
Wed, 23 Jul 2025 22:45:16 +0000 (15:45 -0700)
Our <sane-ctype.h> header file relied on that the system-supplied
<ctype.h> header is not later included, which would override our
macro definitions, but "amazon linux" broke this assumption.  Fix
this by preemptively including <ctype.h> near the beginning of
<sane-ctype.h> ourselves.

* ps/sane-ctype-workaround:
  sane-ctype: fix compiler error on Amazon Linux 2


Trivial merge
git clone https://git.99rst.org/PROJECT