Skip to content

Commit b549502

Browse files
avargitster
authored andcommitted
fsck.c: undefine temporary STR macro after use
In f417eed (fsck: provide a function to parse fsck message IDs, 2015-06-22) the "STR" macro was introduced, but that short macro name was not undefined after use as was done earlier in the same series for the MSG_ID macro in c99ba49 (fsck: introduce identifiers for fsck messages, 2015-06-22). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c72da1a commit b549502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fsck.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ static struct {
100100
{ NULL, NULL, NULL, -1 }
101101
};
102102
#undef MSG_ID
103+
#undef STR
103104

104105
static void prepare_msg_ids(void)
105106
{

0 commit comments

Comments
 (0)