Mercurial > hg > octave-nkf
diff src/lex.ll @ 14647:7c463e490062
* lex.ll: fix paren mismatch problem in previous change.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 17 May 2012 23:19:33 -0400 |
parents | cbc00b587f36 |
children | 56b8eb7c9c04 |
line wrap: on
line diff
--- a/src/lex.ll +++ b/src/lex.ll @@ -1529,7 +1529,7 @@ || (! reading_classdef_file && (lexer_flags.defining_func && ! (lexer_flags.looking_at_return_list - || lexer_flags.parsed_function_name.top ()))) + || lexer_flags.parsed_function_name.top ())))) return 0; yylval.tok_val = new token (token::simple_end, l, c);