diff options
author | Jeff King <peff@peff.net> | 2019-03-06 14:05:10 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-03-07 07:42:14 +0900 |
commit | 33aa579a5568451a34ea08d1ecf336480ba846a3 (patch) | |
tree | b46fce8d88c5c2892f56dd42db60c7bc9e505719 /t/t5580-clone-push-unc.sh | |
parent | Git 2.20.1 (diff) | |
download | tgif-33aa579a5568451a34ea08d1ecf336480ba846a3.tar.xz |
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>
Diffstat (limited to 't/t5580-clone-push-unc.sh')
0 files changed, 0 insertions, 0 deletions