Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
attr.c: mark where #if DEBUG ends more clearly
author
Junio C Hamano
<gitster@pobox.com>
Sat, 28 Jan 2017 02:01:46 +0000
(18:01 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 1 Feb 2017 21:46:52 +0000
(13:46 -0800)
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>
attr.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
6f416cb
)
diff --git
a/attr.c
b/attr.c
index 9bdf87a6fee973b7d893f2aef4c7ac2dbcf70ccf..17297fffee718b03f7d9900dc675bc54725e4aaa 100644
(file)
--- a/
attr.c
+++ b/
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)
{