diff src/lex.l @ 4237:9c8034434982

[project @ 2002-12-25 03:14:37 by jwe]
author jwe
date Wed, 25 Dec 2002 03:14:38 +0000
parents 90e44267e8cf
children a5a68c0afe56
line wrap: on
line diff
--- a/src/lex.l
+++ b/src/lex.l
@@ -2546,7 +2546,7 @@
   looking_at_matrix_or_assign_lhs = false;
 
   // Not parsing an object index.
-  looking_at_object_index = false;
+  looking_at_object_index = 0;
 
   // Next token can be identifier.
   cant_be_identifier = false;