Skip to content

Commit

Permalink
maint: Merge stable to default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Oct 13, 2023
2 parents 257ee89 + 65ec654 commit 4c12f68
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions libinterp/parse-tree/oct-parse.yy
Original file line number Diff line number Diff line change
Expand Up @@ -3468,18 +3468,17 @@ OCTAVE_BEGIN_NAMESPACE(octave)

delete lhs;
}
else
else if (parfor)
{
if (parfor)
{
delete lhs;
delete expr;
delete maxproc;
delete body;

bison_error ("invalid syntax for parfor statement");
}
delete lhs;
delete expr;
delete maxproc;
delete body;

bison_error ("invalid syntax for parfor statement");
}
else
{
m_lexer.mark_as_variables (lhs->variable_names ());

retval = new tree_complex_for_command (lhs, expr, body,
Expand Down

0 comments on commit 4c12f68

Please sign in to comment.