1 /* 2 * Copyright (C) 2017 The Android Open Source Project 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 17 #include <iso646.h> 18 19 #if !defined(and) 20 #error and 21 #endif 22 #if !defined(and_eq) 23 #error and_eq 24 #endif 25 #if !defined(bitand) 26 #error bitand 27 #endif 28 #if !defined(bitor) 29 #error bitor 30 #endif 31 #if !defined(compl) 32 #error compl 33 #endif 34 #if !defined(not) 35 #error not 36 #endif 37 #if !defined(not_eq) 38 #error not_eq 39 #endif 40 #if !defined(or) 41 #error or 42 #endif 43 #if !defined(or_eq) 44 #error or_eq 45 #endif 46 #if !defined(xor) 47 #error xor 48 #endif 49 #if !defined(xor_eq) 50 #error xor_eq 51 #endif 52