You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
728 B

  1. --- a/boost/predef/architecture/sparc.h
  2. +++ b/boost/predef/architecture/sparc.h
  3. @@ -34,10 +34,10 @@ http://en.wikipedia.org/wiki/SPARC[SPARC
  4. #if defined(__sparc__) || defined(__sparc)
  5. # undef BOOST_ARCH_SPARC
  6. -# if !defined(BOOST_ARCH_SPARC) && (defined(__sparcv9) || defined(__sparc_v9__)
  7. +# if !defined(BOOST_ARCH_SPARC) && (defined(__sparcv9) || defined(__sparc_v9__))
  8. # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(9,0,0)
  9. # endif
  10. -# if !defined(BOOST_ARCH_SPARC) && (defined(__sparcv8) || defined(__sparc_v8__)
  11. +# if !defined(BOOST_ARCH_SPARC) && (defined(__sparcv8) || defined(__sparc_v8__))
  12. # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(8,0,0)
  13. # endif
  14. # if !defined(BOOST_ARCH_SPARC)