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

#define OPERATOR_NAME imul
#define OPERATOR_SYMBOL *
#define OPERATOR_ISYMBOL *=
#include "pythonic/include/operator_/icommon.hpp"

#endif