#ifndef PYTHONIC_INCLUDE_NUMPY_BITWISE_AND_REDUCE_HPP #define PYTHONIC_INCLUDE_NUMPY_BITWISE_AND_REDUCE_HPP #define UFUNC_NAME bitwise_and #define UFUNC_INAME iand #include "pythonic/include/numpy/ufunc_reduce.hpp" #undef UFUNC_NAME #undef UFUNC_INAME #endif