diff options
author | nijtmans <nijtmans> | 2010-03-11 15:02:32 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-03-11 15:02:32 (GMT) |
commit | 9d18c761c4715d164e990bd70d90a73517f5d79f (patch) | |
tree | f21014837dc28f357b1c727976ff7a890a772eb9 /win | |
parent | ad3425f0ba4af76882183ec4bf7a07034fd77311 (diff) | |
download | tcl-9d18c761c4715d164e990bd70d90a73517f5d79f.zip tcl-9d18c761c4715d164e990bd70d90a73517f5d79f.tar.gz tcl-9d18c761c4715d164e990bd70d90a73517f5d79f.tar.bz2 |
Revert a few files from the previous commit, preventing
conflicts with Kevin's TIP #357 work
Diffstat (limited to 'win')
-rw-r--r-- | win/tclWinLoad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinLoad.c b/win/tclWinLoad.c index fea7b85..bdc62ae 100644 --- a/win/tclWinLoad.c +++ b/win/tclWinLoad.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinLoad.c,v 1.25 2010/03/11 13:35:23 nijtmans Exp $ + * RCS: @(#) $Id: tclWinLoad.c,v 1.26 2010/03/11 15:02:33 nijtmans Exp $ */ #include "tclWinInt.h" @@ -130,7 +130,7 @@ TclpDlopen( } return TCL_ERROR; } else { - *unloadProcPtr = TclpUnloadFile; + *unloadProcPtr = &TclpUnloadFile; } return TCL_OK; } |