diff options
| author | twylite@crypt.co.za <twylite> | 2012-08-03 16:39:49 (GMT) |
|---|---|---|
| committer | twylite@crypt.co.za <twylite> | 2012-08-03 16:39:49 (GMT) |
| commit | 01fba7d7b6edab7fcd99a450234cdb7ca347f692 (patch) | |
| tree | 6d4e5f813c3379eb7aebf2fa65aaf0e7fe13dbd3 /generic/tclCompile.h | |
| parent | 32981e72e246b9210ddb0d0c6edf92631a0a46e3 (diff) | |
| download | tcl-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.h | 1 |
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 |
