mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Get rid of last vestiges of BINARY_DIVIDE.
This commit is contained in:
parent
e4993c7ac7
commit
c6d210ca76
6 changed files with 3 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue