summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src/Include/opcode.h
diff options
context:
space:
mode:
authororivej <[email protected]>2022-02-10 16:44:49 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:44:49 +0300
commit718c552901d703c502ccbefdfc3c9028d608b947 (patch)
tree46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/tools/python/src/Include/opcode.h
parente9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python/src/Include/opcode.h')
-rw-r--r--contrib/tools/python/src/Include/opcode.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/tools/python/src/Include/opcode.h b/contrib/tools/python/src/Include/opcode.h
index 9ed548729e6..3e4c7bd29b3 100644
--- a/contrib/tools/python/src/Include/opcode.h
+++ b/contrib/tools/python/src/Include/opcode.h
@@ -37,21 +37,21 @@ extern "C" {
#define SLICE 30
/* Also uses 31-33 */
-#define SLICE_1 31
-#define SLICE_2 32
-#define SLICE_3 33
+#define SLICE_1 31
+#define SLICE_2 32
+#define SLICE_3 33
#define STORE_SLICE 40
/* Also uses 41-43 */
-#define STORE_SLICE_1 41
-#define STORE_SLICE_2 42
-#define STORE_SLICE_3 43
+#define STORE_SLICE_1 41
+#define STORE_SLICE_2 42
+#define STORE_SLICE_3 43
#define DELETE_SLICE 50
/* Also uses 51-53 */
-#define DELETE_SLICE_1 51
-#define DELETE_SLICE_2 52
-#define DELETE_SLICE_3 53
+#define DELETE_SLICE_1 51
+#define DELETE_SLICE_2 52
+#define DELETE_SLICE_3 53
#define STORE_MAP 54
#define INPLACE_ADD 55