Added UNPACK_VARARG.
diff --git a/Include/opcode.h b/Include/opcode.h
index 08744f9..43b8d3e 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -92,6 +92,7 @@
 #define DELETE_ATTR	96	/* "" */
 #define STORE_GLOBAL	97	/* "" */
 #define DELETE_GLOBAL	98	/* "" */
+#define UNPACK_VARARG	99	/* Minimal number of arguments */
 
 #define LOAD_CONST	100	/* Index in const list */
 #define LOAD_NAME	101	/* Index in name list */