summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/operator_/ior.hpp
blob: 5068cb994aaa1d77e6520895693571ebea26bfcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PYTHONIC_OPERATOR_IOR_HPP
#define PYTHONIC_OPERATOR_IOR_HPP

#include "pythonic/include/operator_/ior.hpp"

#define OPERATOR_NAME ior
#define OPERATOR_SYMBOL |
#define OPERATOR_ISYMBOL |=

#include "pythonic/operator_/icommon.hpp"

#endif