]> git.lyx.org Git - lyx.git/blobdiff - src/support/convert.h
Re-fix #11146 with recent LaTeX
[lyx.git] / src / support / convert.h
index fb069c98c312bf7a6a39da7740b414e5e11873c7..3b97fb6c88799fe04f486637fdb849811d378863 100644 (file)
@@ -33,13 +33,13 @@ template<> std::string convert<std::string>(unsigned int ui);
 template<> docstring convert<docstring>(unsigned int ui);
 template<> std::string convert<std::string>(unsigned long ul);
 template<> docstring convert<docstring>(unsigned long ul);
-#ifdef LYX_USE_LONG_LONG
+#ifdef HAVE_LONG_LONG_INT
 template<> std::string convert<std::string>(unsigned long long ull);
 template<> docstring convert<docstring>(unsigned long long ull);
 #endif
 template<> std::string convert<std::string>(long l);
 template<> docstring convert<docstring>(long l);
-#ifdef LYX_USE_LONG_LONG
+#ifdef HAVE_LONG_LONG_INT
 template<> std::string convert<std::string>(long long ll);
 template<> docstring convert<docstring>(long long ll);
 #endif