summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-10-09 14:41:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-10-09 14:41:06 (GMT)
commit2befc6793de3b9eba7c26d5def4cdfc023a8824b (patch)
tree2c40948bd6348456fbd7e6a7c6910b8f3d59d5d7 /generic/tclCompile.h
parentb5ef14e4f16a379a7bfe4af4b6ec0a3076856b8d (diff)
downloadtcl-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.h1
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