]> git.lyx.org Git - features.git/blobdiff - src/lyxlex_pimpl.C
compilation fixes for compaq cxx + small things
[features.git] / src / lyxlex_pimpl.C
index 173d542ceebec217572749e68a97ef8a70274664..84412bf08c9b3777549538edef4f3541f8f112a6 100644 (file)
@@ -397,8 +397,8 @@ bool LyXLex::Pimpl::EatLine()
        while(is && c != '\n' && i != (LEX_MAX_BUFF - 1)) {
                is.get(cc);
                c = cc;
-               lyxerr[Debug::LYXLEX] << "LyXLex::EatLine read char: `"
-                                     << c << "'" << endl;
+               //lyxerr[Debug::LYXLEX] << "LyXLex::EatLine read char: `"
+               //                    << c << "'" << endl;
                if (c != '\r')
                        buff[i++] = c;
        }