Mercurial > hg > octave-jordi
changeset 8536:de1b944d5306
lex.l: finish previous change
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 19 Jan 2009 19:37:34 -0500 |
parents | 75e6ab186761 |
children | 17ef48c699a5 |
files | src/lex.l |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lex.l +++ b/src/lex.l @@ -738,8 +738,7 @@ } %{ -// Gobble comments. If closest nesting is inside parentheses, don't -// return a new line. +// Gobble comments. %} {CCHAR} { @@ -1740,7 +1739,7 @@ : grab_comment_block (flex_reader, false, eof); if (lexer_debug_flag) - std::cerr << "C: " txt << std::endl; + std::cerr << "C: " << txt << std::endl; if (help_txt.empty () && nesting_level.none ()) {