mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 19:18:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
c8bddfba2b
@ -535,9 +535,11 @@ argument_statements : statement '}'
|
|||||||
{
|
{
|
||||||
$$ = $1;
|
$$ = $1;
|
||||||
}
|
}
|
||||||
| statements '}'
|
| statements statement '}'
|
||||||
{
|
{
|
||||||
$$ = $1;
|
$$ = $1;
|
||||||
|
TAILQ_CONCAT($$, $2, entry);
|
||||||
|
free($2);
|
||||||
}
|
}
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
Loading…
Reference in New Issue
Block a user