summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/include/operator_/irshift.hpp
blob: 62c55c54759291cb777c00363550dc59139298dc (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef PYTHONIC_INCLUDE_OPERATOR_IRSHIFT_HPP
#define PYTHONIC_INCLUDE_OPERATOR_IRSHIFT_HPP

#define OPERATOR_NAME irshift
#define OPERATOR_SYMBOL >>
#define OPERATOR_ISYMBOL >>=
#include "pythonic/include/operator_/icommon.hpp"

#endif