summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/operator_/ixor.hpp
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-05-15 18:20:46 +0300
committerrobot-piglet <[email protected]>2024-05-15 18:29:20 +0300
commit95043960ea8ba262f5b0bc21f57f1a0ec2958cca (patch)
treed51e961867d88e6eea684ce89523eadb43190799 /contrib/python/pythran/pythran/pythonic/operator_/ixor.hpp
parentbb793583d8882d549c2ff79010b300c33bc0c8eb (diff)
Intermediate changes
Diffstat (limited to 'contrib/python/pythran/pythran/pythonic/operator_/ixor.hpp')
-rw-r--r--contrib/python/pythran/pythran/pythonic/operator_/ixor.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/python/pythran/pythran/pythonic/operator_/ixor.hpp b/contrib/python/pythran/pythran/pythonic/operator_/ixor.hpp
new file mode 100644
index 00000000000..d8ba3da2bb2
--- /dev/null
+++ b/contrib/python/pythran/pythran/pythonic/operator_/ixor.hpp
@@ -0,0 +1,12 @@
+#ifndef PYTHONIC_OPERATOR_IXOR_HPP
+#define PYTHONIC_OPERATOR_IXOR_HPP
+
+#include "pythonic/include/operator_/ixor.hpp"
+
+#define OPERATOR_NAME ixor
+#define OPERATOR_SYMBOL ^
+#define OPERATOR_ISYMBOL ^=
+
+#include "pythonic/operator_/icommon.hpp"
+
+#endif