]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/boost/cstdint.hpp
Update to boost 1.72
[lyx.git] / 3rdparty / boost / boost / cstdint.hpp
index c8474c4623ac4022512c0d870e737a4bab6027cb..9c88d13b84ff2d3decabd6f730acc1c2196ba60c 100644 (file)
@@ -52,9 +52,9 @@
 // so we disable use of stdint.h when GLIBC does not define __GLIBC_HAVE_LONG_LONG.
 // See https://svn.boost.org/trac/boost/ticket/3548 and http://sources.redhat.com/bugzilla/show_bug.cgi?id=10990
 //
-#if defined(BOOST_HAS_STDINT_H)                                        \
-  && (!defined(__GLIBC__)                                      \
-      || defined(__GLIBC_HAVE_LONG_LONG)                       \
+#if defined(BOOST_HAS_STDINT_H)            \
+  && (!defined(__GLIBC__)                  \
+      || defined(__GLIBC_HAVE_LONG_LONG)   \
       || (defined(__GLIBC__) && ((__GLIBC__ > 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 17)))))
 
 // The following #include is an implementation artifact; not part of interface.