changeset 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 f40c355491cc
children c8d0095b3744 5fa6a41d4fbe f5fe1e3bda34
files src/lex.ll
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lex.ll	Thu May 17 09:49:37 2012 -0400
+++ b/src/lex.ll	Thu May 17 23:19:33 2012 -0400
@@ -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);