diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-06-12 22:19:37 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-06-12 22:19:37 (GMT) |
| commit | ddc041e00dc60f7a52ade37775afe41ddd98b46a (patch) | |
| tree | 324b5b7a2268b61a06b28878323722f1849b7926 /generic/tclCompCmds.c | |
| parent | cc0a32c2bb74c44a55d179f686ba741c544999d9 (diff) | |
| download | tcl-ddc041e00dc60f7a52ade37775afe41ddd98b46a.zip tcl-ddc041e00dc60f7a52ade37775afe41ddd98b46a.tar.gz tcl-ddc041e00dc60f7a52ade37775afe41ddd98b46a.tar.bz2 | |
D'oh!
Diffstat (limited to 'generic/tclCompCmds.c')
| -rw-r--r-- | generic/tclCompCmds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c index a00106a..1506e1b 100644 --- a/generic/tclCompCmds.c +++ b/generic/tclCompCmds.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCompCmds.c,v 1.71 2005/06/12 22:13:27 dkf Exp $ + * RCS: @(#) $Id: tclCompCmds.c,v 1.72 2005/06/12 22:19:37 dkf Exp $ */ #include "tclInt.h" @@ -332,7 +332,7 @@ TclCompileCatchCmd(interp, parsePtr, envPtr) if (cmdTokenPtr->type == TCL_TOKEN_SIMPLE_WORD) { startOffset = CurrentOffset(envPtr); - CompileBody(envPtr, cmdTokenPtr, envPtr); + CompileBody(envPtr, cmdTokenPtr, interp); } else { TclCompileTokens(interp, cmdTokenPtr+1, cmdTokenPtr->numComponents, envPtr); |
