# HG changeset patch # User John W. Eaton # Date 1232411854 18000 # Node ID de1b944d5306c53bc425db5709c8247f849068af # Parent 75e6ab1867610020d56acfd8f9cc7a84d9ad31c5 lex.l: finish previous change diff -r 75e6ab186761 -r de1b944d5306 src/lex.l --- a/src/lex.l Mon Jan 19 16:53:30 2009 -0500 +++ b/src/lex.l Mon Jan 19 19:37:34 2009 -0500 @@ -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 ()) {