diff src/lex.l @ 4131:597fbc55ea40

[project @ 2002-10-29 17:12:53 by jwe]
author jwe
date Tue, 29 Oct 2002 17:12:54 +0000
parents ea537559ab07
children 6b96ce9f5743
line wrap: on
line diff
--- a/src/lex.l	Mon Oct 28 21:05:31 2002 +0000
+++ b/src/lex.l	Tue Oct 29 17:12:54 2002 +0000
@@ -691,6 +691,7 @@
   }
 
 "(" {
+    lexer_flags.looking_at_indirect_ref = false;
     if (lexer_flags.plotting && ! lexer_flags.in_plot_range)
       lexer_flags.past_plot_range = true;
     nesting_level.paren ();