Files
git/compat
Jeff King 33aa579a55 compat/bswap: add include header guards
Our compat/bswap.h lacks the usual preprocessor guards against multiple
inclusion. This usually isn't an issue since it only gets included from
git-compat-util.h, which has its own guards. But it would produce
redeclaration errors if any file included it separately.

Our hdr-check target would complain about this, except that it currently
skips items in compat/ entirely.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2019-03-07 07:42:14 +09:00
..
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2018-11-18 18:23:58 +09:00
2018-11-13 22:37:21 +09:00
2017-01-23 11:02:34 -08:00
2018-10-31 12:48:59 +09:00