# HG changeset patch # User John W. Eaton # Date 1654054463 14400 # Node ID d5997bbdb64189b5c86a2d4685c6a68d28372800 # Parent c55c6b91447f40df0f3bab1f8cfb66f0fb369e46# Parent 1589a7967d1ed51a8756b501d060df58f2de58c7 maint: merge stable to default diff -r c55c6b91447f -r d5997bbdb641 libinterp/parse-tree/lex.ll --- a/libinterp/parse-tree/lex.ll Tue May 31 21:41:51 2022 +0200 +++ b/libinterp/parse-tree/lex.ll Tue May 31 23:34:23 2022 -0400 @@ -3575,9 +3575,7 @@ // pi +1 // // are parsed as an addition expression instead of as a command-style - // function call with the argument "+1". Also for compatibility with - // Matlab, if we are at the top level workspace, do not consider IDENT - // as a possible command if it is already known to be a variable. + // function call with the argument "+1". if (m_at_beginning_of_statement && ! (m_parsing_anon_fcn_body