Re: [PATCH] git-compat-util: move content inside ifdef/endif guards

2016-10-27 Thread Junio C Hamano
Jeff King writes: > Commit 3f2e2297b9 (add an extra level of indirection to > main(), 2016-07-01) added a declaration to git-compat-util.h, > but it was accidentally placed after the final #endif that > guards against multiple inclusions. > > This doesn't have any actual impact on the code, since

[PATCH] git-compat-util: move content inside ifdef/endif guards

2016-10-27 Thread Jeff King
Commit 3f2e2297b9 (add an extra level of indirection to main(), 2016-07-01) added a declaration to git-compat-util.h, but it was accidentally placed after the final #endif that guards against multiple inclusions. This doesn't have any actual impact on the code, since it's not incorrect to repeat a