src/cxx_supportlib/vendor-modified/boost/predef/architecture/x86/32.h in passenger-6.0.8 vs src/cxx_supportlib/vendor-modified/boost/predef/architecture/x86/32.h in passenger-6.0.9

- old
+ new

@@ -76,9 +76,14 @@ #if BOOST_ARCH_X86_32 # define BOOST_ARCH_X86_32_AVAILABLE #endif +#if BOOST_ARCH_X86_32 +# undef BOOST_ARCH_WORD_BITS_32 +# define BOOST_ARCH_WORD_BITS_32 BOOST_VERSION_NUMBER_AVAILABLE +#endif + #define BOOST_ARCH_X86_32_NAME "Intel x86-32" #include <boost/predef/architecture/x86.h> #endif