зеркало из https://github.com/microsoft/git.git
attr.c: mark where #if DEBUG ends more clearly
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>
This commit is contained in:
Родитель
6f416cbaff
Коммит
034d35c9aa
2
attr.c
2
attr.c
|
@ -469,7 +469,7 @@ static void debug_set(const char *what, const char *match, struct git_attr *attr
|
|||
#define debug_push(a) do { ; } while (0)
|
||||
#define debug_pop(a) do { ; } while (0)
|
||||
#define debug_set(a,b,c,d) do { ; } while (0)
|
||||
#endif
|
||||
#endif /* DEBUG_ATTR */
|
||||
|
||||
static void drop_attr_stack(void)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче