hush: fix "error: invalid preprocessing directive ##"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2021-08-15 20:08:53 +02:00
parent 2a1ce6b20e
commit 21afddefd2

View File

@ -5012,7 +5012,7 @@ static int parse_dollar_squote(o_string *as_string, o_string *dest, struct in_st
# undef as_string
}
#else
# #define parse_dollar_squote(as_string, dest, input) 0
# define parse_dollar_squote(as_string, dest, input) 0
#endif /* BASH_DOLLAR_SQUOTE */
/* Return code: 0 for OK, 1 for syntax error */