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

- old
+ new

@@ -73,9 +73,14 @@ #if BOOST_ARCH_M68K # define BOOST_ARCH_M68K_AVAILABLE #endif +#if BOOST_ARCH_M68K +# undef BOOST_ARCH_WORD_BITS_32 +# define BOOST_ARCH_WORD_BITS_32 BOOST_VERSION_NUMBER_AVAILABLE +#endif + #define BOOST_ARCH_M68K_NAME "Motorola 68k" #endif #include <boost/predef/detail/test.h>