# HG changeset patch # User John W. Eaton # Date 1363026735 14400 # Node ID 87069bd38107afe07e34391627e3650aba93361f # Parent 488b0fef52c55e827c20cc11801d06c719417b9a 8/10 commits reworking the lexer diff -r 488b0fef52c5 -r 87069bd38107 libinterp/parse-tree/lex.ll --- a/libinterp/parse-tree/lex.ll Mon Mar 11 14:31:48 2013 -0400 +++ b/libinterp/parse-tree/lex.ll Mon Mar 11 14:32:15 2013 -0400 @@ -2980,8 +2980,6 @@ current_input_column += flex_yyleng (); - at_beginning_of_statement = false; - return STRUCT_ELT; } @@ -2990,7 +2988,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