# HG changeset patch # User John W. Eaton # Date 1363026755 14400 # Node ID 4cf2c4ae8df57c770a3a1497853a85d0c163f57d # Parent 3b0381ea8737e24b56fd21d53bdbd1261b9b30df# Parent 87069bd38107afe07e34391627e3650aba93361f maint: periodic merge of default to classdef diff --git a/libinterp/parse-tree/lex.ll b/libinterp/parse-tree/lex.ll --- a/libinterp/parse-tree/lex.ll +++ b/libinterp/parse-tree/lex.ll @@ -2990,8 +2990,6 @@ current_input_column += flex_yyleng (); - at_beginning_of_statement = false; - return STRUCT_ELT; } @@ -3000,7 +2998,7 @@ // an else token, then the next token is at the beginning of a // statement. - // May set begenning_of_statement to true. + // May set at_beginning_of_statement to true. int kw_token = is_keyword_token (tok); // If we found a keyword token, then the beginning_of_statement flag