changeset 16643:4258750c76ed

don't push operator tokens twice * lex.ll (octave_base_lexer::handle_op_internal): Use count_token_internal, not count_token.
author John W. Eaton <jwe@octave.org>
date Sun, 12 May 2013 21:05:19 -0400
parents e3a0ca9c8836
children 856cb7cba231 025bc6b5080e
files libinterp/parse-tree/lex.ll
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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