diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-09 14:41:06 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-09 14:41:06 (GMT) |
| commit | cf0445d0ebfd0fced4bf52e23e58789b661f1f6a (patch) | |
| tree | 2c40948bd6348456fbd7e6a7c6910b8f3d59d5d7 /generic/tclCompile.h | |
| parent | 946de36dddaaf07e1288122e7f6e517074f21e89 (diff) | |
| download | tcl-cf0445d0ebfd0fced4bf52e23e58789b661f1f6a.zip tcl-cf0445d0ebfd0fced4bf52e23e58789b661f1f6a.tar.gz tcl-cf0445d0ebfd0fced4bf52e23e58789b661f1f6a.tar.bz2 | |
* generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of
qualified names, and added spacial cases for empty bodies (used when
[dict with] is just used for extracting variables).
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 8e7f0d0..e80a710 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -676,6 +676,7 @@ typedef struct ByteCode { #define INST_UNSET_ARRAY_STK 136 #define INST_UNSET_STK 137 +/* For [dict with] compilation */ #define INST_DICT_EXPAND 138 #define INST_DICT_RECOMBINE_STK 139 #define INST_DICT_RECOMBINE_IMM 140 |
