changeset 18258:efaff9f3ca39

* lex.ll: Make debug text match change in pattern.
author John W. Eaton <jwe@octave.org>
date Sat, 11 Jan 2014 17:20:38 -0500
parents b60a8a1cda54
children c6858f725afe
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	Sat Jan 11 12:32:48 2014 -0500
+++ b/libinterp/parse-tree/lex.ll	Sat Jan 11 17:20:38 2014 -0500
@@ -1154,7 +1154,7 @@
 
 {IDENT}@{IDENT} |
 {IDENT}@{IDENT}\.{IDENT} {
-    curr_lexer->lexer_debug ("{IDENT}@{IDENT}|{IDENT}@{IDENT}.{IDENT}");
+    curr_lexer->lexer_debug ("{IDENT}@{IDENT}|{IDENT}@{IDENT}\\.{IDENT}");
 
     if (curr_lexer->previous_token_may_be_command ())
       {