Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22f863f

Browse files
committed
Added UNPACK_VARARG.
1 parent 2d709b1 commit 22f863f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/opcode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9292
#define DELETE_ATTR 96 /* "" */
9393
#define STORE_GLOBAL 97 /* "" */
9494
#define DELETE_GLOBAL 98 /* "" */
95+
#define UNPACK_VARARG 99 /* Minimal number of arguments */
9596

9697
#define LOAD_CONST 100 /* Index in const list */
9798
#define LOAD_NAME 101 /* Index in name list */

0 commit comments

Comments
 (0)