Mercurial > hg > octave-nkf
diff libinterp/parse-tree/lex.ll @ 18283: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 | 9d62b5f041ee |
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.ll +++ b/libinterp/parse-tree/lex.ll @@ -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 ()) {