From e2e23ef97da1ce44c604d86d1f21c2701d7e581f Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 25 Aug 2006 05:05:30 +0000 Subject: Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the import MAGIC number. --- Include/opcode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Include/opcode.h') diff --git a/Include/opcode.h b/Include/opcode.h index e8a7c7f1fa..1b9cb5cc57 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -18,7 +18,6 @@ extern "C" { #define UNARY_POSITIVE 10 #define UNARY_NEGATIVE 11 #define UNARY_NOT 12 -#define UNARY_CONVERT 13 #define UNARY_INVERT 15 -- cgit v1.2.1