mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 09:12:11 +08:00
Fix warning about extra ';' being ignored
It is both present at the end of the #define and explicitly included after the define is called in the main code, leading to an expansion of `;;`.
This commit is contained in:
parent
dcced5f1bc
commit
27cd74e16c
@ -195,7 +195,7 @@ struct alternative {};
|
||||
return detail::type_possible<Desired, Index, __VA_ARGS__>(); \
|
||||
} \
|
||||
static const production_element_t *resolve(const parse_token_t &, const parse_token_t &, \
|
||||
parse_node_tag_t *);
|
||||
parse_node_tag_t *)
|
||||
|
||||
// A job_list is a list of job_conjunctions, separated by semicolons or newlines
|
||||
DEF_ALT(job_list) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user