summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-12-12 08:09:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-12-12 08:09:45 (GMT)
commit19de6f5858fcb4abc4639d3d94587b2ebbae3daa (patch)
tree5499b48e0f58deeac6df79c28987dd56b8ba6b42 /generic/tclCompile.c
parent2127f0af03d6d3c51f59dda7543144f9ae88c89d (diff)
parent6446b79fe2dabdad88e22676d4be0c3e7134d044 (diff)
downloadtcl-19de6f5858fcb4abc4639d3d94587b2ebbae3daa.zip
tcl-19de6f5858fcb4abc4639d3d94587b2ebbae3daa.tar.gz
tcl-19de6f5858fcb4abc4639d3d94587b2ebbae3daa.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 79c3897..418dd1c 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -588,6 +588,7 @@ InstructionDesc const tclInstructionTable[] = {
{"foreach_step", 1, 0, 0, {OPERAND_NONE}},
/* "Step" or begin next iteration of foreach loop. */
{"foreach_end", 1, 0, 0, {OPERAND_NONE}},
+ {"lmap_collect", 1, -1, 0, {OPERAND_NONE}},
{NULL, 0, 0, 0, {OPERAND_NONE}}
};