summaryrefslogtreecommitdiff
path: root/attr.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-01-27 18:01:47 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-02-01 13:46:52 -0800
commit4b0c6961678b3feddd8974e8ad6c49c62da9e5cd (patch)
treec545fb0d797f8bcfe120fb36080f2503b5f32d89 /attr.h
parentattr.c: mark where #if DEBUG ends more clearly (diff)
downloadtgif-4b0c6961678b3feddd8974e8ad6c49c62da9e5cd.tar.xz
attr.c: simplify macroexpand_one()
The double-loop wants to do an early return immediately when one matching macro is found. Eliminate the extra variable 'a' used for that purpose and rewrite the "assign the found item to 'a' to make it non-NULL and force the loop(s) to terminate" with a direct return from there. Signed-off-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Brandon Williams <bmwill@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'attr.h')
0 files changed, 0 insertions, 0 deletions