diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-05 08:55:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-05 08:55:35 (GMT) |
commit | cee5b1c1de27f36c538c9b653ce8f2c1c69ea569 (patch) | |
tree | a831acabee5c6be325adde47c46f1be970eb7102 /generic/tcl.h | |
parent | 90506922cb9a702695c821faa7cfee16ce8e3915 (diff) | |
download | tcl-cee5b1c1de27f36c538c9b653ce8f2c1c69ea569.zip tcl-cee5b1c1de27f36c538c9b653ce8f2c1c69ea569.tar.gz tcl-cee5b1c1de27f36c538c9b653ce8f2c1c69ea569.tar.bz2 |
adjusted non-compiled implementation of [dict map] to match TIP
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 5f4a77a..3f9f06a 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -1363,7 +1363,6 @@ typedef struct { int epoch; /* Epoch marker for dictionary being searched, * or -1 if search has terminated. */ Tcl_Dict dictionaryPtr; /* Reference to dictionary being searched. */ - Tcl_Obj *resultList; /* List of result values from the loop body. */ } Tcl_DictSearch; /* |