diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-15 10:56:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-15 10:56:41 (GMT) |
commit | 3c57bdf2836715776785db896771e09c365b0b10 (patch) | |
tree | cef59568789b56bafd8a894d47c4bd7af013a290 /generic/tclAssembly.c | |
parent | 11c5978c7cda0bf46476cb97f0944233d8df8462 (diff) | |
download | tcl-3c57bdf2836715776785db896771e09c365b0b10.zip tcl-3c57bdf2836715776785db896771e09c365b0b10.tar.gz tcl-3c57bdf2836715776785db896771e09c365b0b10.tar.bz2 |
Removing a few changes that were not actually needed, and correcting comments.
Diffstat (limited to 'generic/tclAssembly.c')
-rw-r--r-- | generic/tclAssembly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c index cd2ad13..fff7b43 100644 --- a/generic/tclAssembly.c +++ b/generic/tclAssembly.c @@ -20,7 +20,7 @@ *- break and continue - if exception ranges can be sorted out. *- foreach_start4, foreach_step4 *- returnImm, returnStk - *- expandStart, expandStkTop, invokeExpanded, listExpanded + *- expandStart, expandStkTop, invokeExpanded *- dictFirst, dictNext, dictDone *- dictUpdateStart, dictUpdateEnd *- jumpTable testing |