summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2001-11-14 23:17:01 (GMT)
committerhobbs <hobbs@noemail.net>2001-11-14 23:17:01 (GMT)
commit790913f75a784d5e869e4dc7b8c7aa36494005eb (patch)
treee2099b7a9dc4bb4dc572f484ee86baf5db2c28ae /generic/tclStubInit.c
parent64916862c32081813b93fc1e088a37a8323b972a (diff)
downloadtcl-790913f75a784d5e869e4dc7b8c7aa36494005eb.zip
tcl-790913f75a784d5e869e4dc7b8c7aa36494005eb.tar.gz
tcl-790913f75a784d5e869e4dc7b8c7aa36494005eb.tar.bz2
Reference implementation of TIP's #22, #33 and #45. Adds the
ability of the [lindex] command to have multiple index arguments, and adds the [lset] command. Both commands are byte-code compiled. [Patch #471874] (work by Kenny, commited by Hobbs) FossilOrigin-Name: 8e0db83abc5d97d0c5f9c8cbb3229ddc8e3a78da
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 6b59f55..d054121 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubInit.c,v 1.62 2001/10/15 20:26:58 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.63 2001/11/14 23:17:04 hobbs Exp $
*/
#include "tclInt.h"
@@ -245,6 +245,7 @@ TclIntStubs tclIntStubs = {
TclGetInstructionTable, /* 163 */
TclExpandCodeArray, /* 164 */
TclpSetInitialEncodings, /* 165 */
+ TclListObjSetElement, /* 166 */
};
TclIntPlatStubs tclIntPlatStubs = {