summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-06-20 22:55:20 (GMT)
committerdkf <dkf@noemail.net>2005-06-20 22:55:20 (GMT)
commitd727a0875722c2b13ae8ae364e727dccc5ef1ba6 (patch)
treeb7fe27c3b5d553d7a4f41777468ec98f6abef332 /generic/tclCompile.c
parent226c0fa1b0cb1cc7be3b66da585230878e88a3df (diff)
downloadtcl-d727a0875722c2b13ae8ae364e727dccc5ef1ba6.zip
tcl-d727a0875722c2b13ae8ae364e727dccc5ef1ba6.tar.gz
tcl-d727a0875722c2b13ae8ae364e727dccc5ef1ba6.tar.bz2
typo
FossilOrigin-Name: abcd456abea9b27ff98dbe0f9b4069ad38dc9f2c
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 6a7234d..5bb344c 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.86 2005/06/20 21:27:10 dkf Exp $
+ * RCS: @(#) $Id: tclCompile.c,v 1.87 2005/06/20 22:55:20 dkf Exp $
*/
#include "tclInt.h"
@@ -308,7 +308,7 @@ InstructionDesc tclInstructionTable[] = {
{"listNotIn", 1, -1, 0, {OPERAND_NONE}},
/* List negated containment: push [lsearch stktop stknext]<0) */
- {"pushReturnOpts", 1, +1, 0, {OPERAND_NONE}}
+ {"pushReturnOpts", 1, +1, 0, {OPERAND_NONE}},
/* Push the interpreter's return option dictionary as an object on the
* stack. */
{0}