summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-06-21 12:43:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-06-21 12:43:17 (GMT)
commitfcd900918cdac647cc943dfa32196fda722d489d (patch)
treec557255a354ad2cf13dd6488f2877e2c15223a8d /generic/tclCompile.h
parentf2a4435d9dcee968a38875304ef473a7e4d32698 (diff)
downloadtcl-fcd900918cdac647cc943dfa32196fda722d489d.zip
tcl-fcd900918cdac647cc943dfa32196fda722d489d.tar.gz
tcl-fcd900918cdac647cc943dfa32196fda722d489d.tar.bz2
Fix comments referring to {expand}. [Bug 1600859]
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index fc61542..691d673 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -8,7 +8,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.h,v 1.73 2007/06/15 19:58:13 msofer Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.74 2007/06/21 12:43:18 dkf Exp $
*/
#ifndef _TCLCOMPILATION
@@ -569,7 +569,7 @@ typedef struct ByteCode {
#define INST_EXPON 99
-/* TIP #157 - {expand}... language syntax support. */
+/* TIP #157 - {*}... (word expansion) language syntax support. */
#define INST_EXPAND_START 100
#define INST_EXPAND_STKTOP 101