diff options
| author | nijtmans <nijtmans> | 2010-03-11 15:02:32 (GMT) |
|---|---|---|
| committer | nijtmans <nijtmans> | 2010-03-11 15:02:32 (GMT) |
| commit | ff4e2019e93e308f0cf6373e0cde99559aedf0cc (patch) | |
| tree | f21014837dc28f357b1c727976ff7a890a772eb9 /unix/tclLoadDl.c | |
| parent | f1cc33313ecd31b645aae3d605ba826d5dfc8703 (diff) | |
| download | tcl-ff4e2019e93e308f0cf6373e0cde99559aedf0cc.zip tcl-ff4e2019e93e308f0cf6373e0cde99559aedf0cc.tar.gz tcl-ff4e2019e93e308f0cf6373e0cde99559aedf0cc.tar.bz2 | |
Revert a few files from the previous commit, preventing
conflicts with Kevin's TIP #357 work
Diffstat (limited to 'unix/tclLoadDl.c')
| -rw-r--r-- | unix/tclLoadDl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c index 3043f92..282d5bb 100644 --- a/unix/tclLoadDl.c +++ b/unix/tclLoadDl.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclLoadDl.c,v 1.18 2010/03/11 13:35:25 nijtmans Exp $ + * RCS: @(#) $Id: tclLoadDl.c,v 1.19 2010/03/11 15:02:33 nijtmans Exp $ */ #include "tclInt.h" @@ -104,7 +104,7 @@ TclpDlopen( return TCL_ERROR; } - *unloadProcPtr = TclpUnloadFile; + *unloadProcPtr = &TclpUnloadFile; *loadHandle = (Tcl_LoadHandle) handle; return TCL_OK; } |
