diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 06:02:10 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 06:02:10 (GMT) |
commit | c6d210ca7673c6ce0cb4b77ada22087f58372efc (patch) | |
tree | 905c39266f91fbeebbeb69a5848f9eb5808bc32c /Include | |
parent | e4993c7ac72842d18fb5689d7c77be2246b65708 (diff) | |
download | cpython-c6d210ca7673c6ce0cb4b77ada22087f58372efc.zip cpython-c6d210ca7673c6ce0cb4b77ada22087f58372efc.tar.gz cpython-c6d210ca7673c6ce0cb4b77ada22087f58372efc.tar.bz2 |
Get rid of last vestiges of BINARY_DIVIDE.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h index d8cb2cd..d05588a 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 |