summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/numpy/bitwise_or/accumulate.hpp
blob: 9e432226cab3480f9a13757e1626965c198cb719 (plain) (blame)
1
2
3
4
5
6
7
#ifndef PYTHONIC_NUMPY_BITWISE_OR_ACCUMULATE_HPP
#define PYTHONIC_NUMPY_BITWISE_OR_ACCUMULATE_HPP

#define UFUNC_NAME bitwise_or
#include "pythonic/numpy/ufunc_accumulate.hpp"

#endif