# HG changeset patch # User John W. Eaton # Date 1368407119 14400 # Node ID 4258750c76eddedcd29e2f9a0f88c8db8a3fa688 # Parent e3a0ca9c883627c03e53a713d533ab9dcb5f77f5 don't push operator tokens twice * lex.ll (octave_base_lexer::handle_op_internal): Use count_token_internal, not count_token. diff -r e3a0ca9c8836 -r 4258750c76ed libinterp/parse-tree/lex.ll --- a/libinterp/parse-tree/lex.ll Sun May 12 16:57:06 2013 -0400 +++ b/libinterp/parse-tree/lex.ll Sun May 12 21:05:19 2013 -0400 @@ -3034,7 +3034,7 @@ looking_for_object_index = false; at_beginning_of_statement = bos; - return count_token (tok); + return count_token_internal (tok); } int