From 3d1f09557bd447b2e45bf90385391ffc16eafe13 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 12 Jan 1996 00:51:44 +0000 Subject: changes for ** (power) operator --- Include/opcode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Include/opcode.h') diff --git a/Include/opcode.h b/Include/opcode.h index 972558060c..401f765f5f 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -43,6 +43,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define UNARY_INVERT 15 +#define BINARY_POWER 19 + #define BINARY_MULTIPLY 20 #define BINARY_DIVIDE 21 #define BINARY_MODULO 22 -- cgit v1.2.1