hush: add missed "undef"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2021-07-27 04:09:45 +02:00
parent b278d82c61
commit 8dd676c6c3

View File

@ -5009,6 +5009,7 @@ static int parse_dollar_squote(o_string *as_string, o_string *dest, struct in_st
}
return 1;
# undef as_string
}
#else
# #define parse_dollar_squote(as_string, dest, input) 0
@ -5949,7 +5950,6 @@ static struct pipe *parse_stream(char **pstring,
if (ctx.ctx_res_w == RES_MATCH)
goto case_semi;
#endif
case '}':
/* proper use of this character is caught by end_trigger:
* if we see {, we call parse_group(..., end_trigger='}')