diff options
author | nijtmans <nijtmans@noemail.net> | 2010-03-11 15:02:31 (GMT) |
---|---|---|
committer | nijtmans <nijtmans@noemail.net> | 2010-03-11 15:02:31 (GMT) |
commit | e2f8c88a44cf3b12fabc9049cae041e9ae9242d7 (patch) | |
tree | f21014837dc28f357b1c727976ff7a890a772eb9 /unix/tclLoadNext.c | |
parent | 4990cbd0a2c537b39e2510604d891116d8975edf (diff) | |
download | tcl-e2f8c88a44cf3b12fabc9049cae041e9ae9242d7.zip tcl-e2f8c88a44cf3b12fabc9049cae041e9ae9242d7.tar.gz tcl-e2f8c88a44cf3b12fabc9049cae041e9ae9242d7.tar.bz2 |
Revert a few files from the previous commit, preventing
conflicts with Kevin's TIP #357 work
FossilOrigin-Name: 6e701eee65711db65800a707f897020e7fd395f5
Diffstat (limited to 'unix/tclLoadNext.c')
-rw-r--r-- | unix/tclLoadNext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclLoadNext.c b/unix/tclLoadNext.c index 5b66f4e..0f82593 100644 --- a/unix/tclLoadNext.c +++ b/unix/tclLoadNext.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: tclLoadNext.c,v 1.15 2010/03/11 13:35:25 nijtmans Exp $ + * RCS: @(#) $Id: tclLoadNext.c,v 1.16 2010/03/11 15:02:33 nijtmans Exp $ */ #include "tclInt.h" @@ -96,7 +96,7 @@ TclpDlopen( NXCloseMemory(errorStream, NX_FREEBUFFER); *loadHandle = (Tcl_LoadHandle)1; /* A dummy non-NULL value */ - *unloadProcPtr = TclpUnloadFile; + *unloadProcPtr = &TclpUnloadFile; return TCL_OK; } |