summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authortwylite@crypt.co.za <twylite>2012-08-03 16:39:49 (GMT)
committertwylite@crypt.co.za <twylite>2012-08-03 16:39:49 (GMT)
commit01fba7d7b6edab7fcd99a450234cdb7ca347f692 (patch)
tree6d4e5f813c3379eb7aebf2fa65aaf0e7fe13dbd3 /generic/tclCompile.h
parent32981e72e246b9210ddb0d0c6edf92631a0a46e3 (diff)
downloadtcl-01fba7d7b6edab7fcd99a450234cdb7ca347f692.zip
tcl-01fba7d7b6edab7fcd99a450234cdb7ca347f692.tar.gz
tcl-01fba7d7b6edab7fcd99a450234cdb7ca347f692.tar.bz2
[Patch-3163961] Implementation of TIP #405 merged from private branch. Includes 'mapeach', 'dict map' and 'foreacha' commands, test suite (partial for 'foreacha') and man pages (except for 'foreacha').
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index ba78c36..7a41bb1 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -807,6 +807,7 @@ typedef struct ForeachInfo {
* the loop's iteration count. Used to
* determine next value list element to assign
* each loop var. */
+ int collect; /* Selected collecting or accumulating mode. */
ForeachVarList *varLists[1];/* An array of pointers to ForeachVarList
* structures describing each var list. The
* actual size of this field will be large