diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-06-21 12:43:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-06-21 12:43:17 (GMT) |
commit | fcd900918cdac647cc943dfa32196fda722d489d (patch) | |
tree | c557255a354ad2cf13dd6488f2877e2c15223a8d /generic/tclCompile.c | |
parent | f2a4435d9dcee968a38875304ef473a7e4d32698 (diff) | |
download | tcl-fcd900918cdac647cc943dfa32196fda722d489d.zip tcl-fcd900918cdac647cc943dfa32196fda722d489d.tar.gz tcl-fcd900918cdac647cc943dfa32196fda722d489d.tar.bz2 |
Fix comments referring to {expand}. [Bug 1600859]
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r-- | generic/tclCompile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index 30520ed..cc917e1 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCompile.c,v 1.121 2007/06/20 18:46:11 dgp Exp $ + * RCS: @(#) $Id: tclCompile.c,v 1.122 2007/06/21 12:43:18 dkf Exp $ */ #include "tclInt.h" @@ -289,7 +289,7 @@ InstructionDesc tclInstructionTable[] = { * is emitted. */ {"expandStart", 1, 0, 0, {OPERAND_NONE}}, - /* Start of command with {expand}ed arguments */ + /* Start of command with {*} (expanded) arguments */ {"expandStkTop", 5, 0, 1, {OPERAND_UINT4}}, /* Expand the list at stacktop: push its elements on the stack */ {"invokeExpanded", 1, 0, 0, {OPERAND_NONE}}, |