diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-09-12 08:37:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-12 12:05:48 -0700 |
commit | de2f95ebed260b5fb31942d6315994829fb6fc63 (patch) | |
tree | 731755bb74ae253f8c50320cfe251d80625c771d /test-match-trees.c | |
parent | e230c568c4b9a991e3175e5f65171a566fd8e39c (diff) | |
download | git-de2f95ebed260b5fb31942d6315994829fb6fc63.tar.gz |
mailmap: work around implementations with pure inline strcasecmpjc/strcasecmp-pure-inline
On some systems (e.g. MinGW 4.0), string.h has only inline
definition of strcasecmp and no non-inline implementation is
supplied anywhere, which is, eh, "unusual". We cannot take an
address of such a function to store it in namemap.cmp.
Work it around by introducing our own level of indirection.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'test-match-trees.c')
0 files changed, 0 insertions, 0 deletions