summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2010-04-02 22:52:26 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2010-04-02 22:52:26 (GMT)
commit40ee261ef82e84c746c4f7636e8d1d198210321d (patch)
tree02e24cb83437d88c4e0076273b84e4263f429971 /generic/tclIOUtil.c
parentf61455625efa11c401d06691b28c0a6cad8e8b3a (diff)
downloadtcl-40ee261ef82e84c746c4f7636e8d1d198210321d.zip
tcl-40ee261ef82e84c746c4f7636e8d1d198210321d.tar.gz
tcl-40ee261ef82e84c746c4f7636e8d1d198210321d.tar.bz2
* generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commit
* unix/tclLoadDyld.c (TclpDlopen): to make it build on OSX. Also add missing ChangeLog entry for previous commit by KBK.
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r--generic/tclIOUtil.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c
index c1e9430..f4dac35 100644
--- a/generic/tclIOUtil.c
+++ b/generic/tclIOUtil.c
@@ -17,7 +17,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclIOUtil.c,v 1.171 2010/04/02 21:21:06 kennykb Exp $
+ * RCS: @(#) $Id: tclIOUtil.c,v 1.172 2010/04/02 22:52:26 dkf Exp $
*/
#include "tclInt.h"
@@ -3126,7 +3126,6 @@ Tcl_LoadFile(
ret = TclpLoadMemory(interp, buffer, size, ret, handlePtr,
&unloadProcPtr);
if (ret == TCL_OK && *handlePtr != NULL) {
- *clientDataPtr = *handlePtr;
goto resolveSymbols;
}
}