]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.C
redraw fix 1.
[lyx.git] / src / LaTeX.C
index daa1dfb1f95c86b25eecab5fff55fda642035038..830834ebd697f46891f0d36d9bbe144febcb6abb 100644 (file)
 #include <fstream>
 #include <cstdio>  // sscanf
 
+#ifndef CXX_GLOBAL_CSTD
+using std::sscanf;
+#endif
+
 using std::ifstream;
 using std::getline;
 using std::endl;
@@ -376,7 +380,7 @@ bool LaTeX::runMakeIndex(string const & f)
        // It should be possible to set the switches for makeindex
        // sorting style and such. It would also be very convenient
        // to be able to make style files from within LyX. This has
-       // to come for a later time. (0.13 perhaps?)
+       // to come for a later time.
        string tmp = "makeindex -c -q ";
        tmp += f;
        Systemcall one;