Added UNPACK_VARARG.

This commit is contained in:
Guido van Rossum 1992-01-14 18:38:56 +00:00
parent 2d709b1608
commit 22f863feee
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#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 */