summaryrefslogtreecommitdiff
path: root/Include/opcode.h
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-17 08:59:09 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-17 08:59:09 +0000
commite7086d409e846254df5cc89b505cbd0804d45c5e (patch)
treea2e42f44f07dd2965beaba57679b293e287b7927 /Include/opcode.h
parent712ce454156496e9bcd32cffde78d1626b102010 (diff)
downloadcpython-git-e7086d409e846254df5cc89b505cbd0804d45c5e.tar.gz
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
Diffstat (limited to 'Include/opcode.h')
-rw-r--r--Include/opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h
index d05588a8d3..e8a7c7f1fa 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -48,7 +48,7 @@ extern "C" {
#define INPLACE_ADD 55
#define INPLACE_SUBTRACT 56
#define INPLACE_MULTIPLY 57
-#define INPLACE_DIVIDE 58
+
#define INPLACE_MODULO 59
#define STORE_SUBSCR 60
#define DELETE_SUBSCR 61