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 | 2befc6793de3b9eba7c26d5def4cdfc023a8824b (patch) | |
tree | 2c40948bd6348456fbd7e6a7c6910b8f3d59d5d7 /generic/tclCompile.h | |
parent | b5ef14e4f16a379a7bfe4af4b6ec0a3076856b8d (diff) | |
download | tcl-2befc6793de3b9eba7c26d5def4cdfc023a8824b.zip tcl-2befc6793de3b9eba7c26d5def4cdfc023a8824b.tar.gz tcl-2befc6793de3b9eba7c26d5def4cdfc023a8824b.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 |