summaryrefslogtreecommitdiff
path: root/Include/opcode.h
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-16 06:02:10 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-16 06:02:10 +0000
commitc6d210ca7673c6ce0cb4b77ada22087f58372efc (patch)
tree905c39266f91fbeebbeb69a5848f9eb5808bc32c /Include/opcode.h
parente4993c7ac72842d18fb5689d7c77be2246b65708 (diff)
downloadcpython-git-c6d210ca7673c6ce0cb4b77ada22087f58372efc.tar.gz
Get rid of last vestiges of BINARY_DIVIDE.
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 d8cb2cd480..d05588a8d3 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -26,7 +26,7 @@ extern "C" {
#define BINARY_POWER 19
#define BINARY_MULTIPLY 20
-#define BINARY_DIVIDE 21
+
#define BINARY_MODULO 22
#define BINARY_ADD 23
#define BINARY_SUBTRACT 24