summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h18
1 files changed, 16 insertions, 2 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index fb922bc..23aa9a6 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -3,11 +3,12 @@
*
* Copyright (c) 1996-1998 Sun Microsystems, Inc.
* Copyright (c) 1998-2000 by Scriptics Corporation.
+ * Copyright (c) 2001 by Kevin B. Kenny. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompile.h,v 1.17 2001/10/15 20:26:57 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.18 2001/11/14 23:17:03 hobbs Exp $
*/
#ifndef _TCLCOMPILATION
@@ -525,8 +526,21 @@ typedef struct ByteCode {
#define INST_LAPPEND_ARRAY_STK 92
#define INST_LAPPEND_STK 93
+/* TIP #22 - LINDEX operator with flat arg list */
+
+#define INST_LIST_INDEX_MULTI 94
+
+/*
+ * TIP #33 - 'lset' command. Code gen also required a Forth-like
+ * OVER operation.
+ */
+
+#define INST_OVER 95
+#define INST_LSET_LIST 96
+#define INST_LSET_FLAT 97
+
/* The last opcode */
-#define LAST_INST_OPCODE 93
+#define LAST_INST_OPCODE 97
/*
* Table describing the Tcl bytecode instructions: their name (for