]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/config/checks/architecture/mips1.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / config / checks / architecture / mips1.cpp
index adc4a61d036ddc76d9242992a682d6770df3e4a7..b4a670b895d2edf6ca3bac63c108cc22b012d26e 100644 (file)
@@ -6,6 +6,6 @@
 // accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-#if !((defined(__mips) && __mips == 1) || defined(_MIPS_ISA_MIPS1) || defined(_R3000))
+#if !(defined(__mips) || defined(_MIPS_ISA_MIPS1) || defined(_R3000))
 #error "Not MIPS1"
 #endif