diff options
author | dgp <dgp@users.sourceforge.net> | 2005-10-08 13:44:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-10-08 13:44:37 (GMT) |
commit | ba7edb67f66f3ae93d7c0ba267d77f5fbcf285f4 (patch) | |
tree | 11e807013d92abd0901f25d1b5377d6b4276d8a8 /unix/tclLoadShl.c | |
parent | 9257d59dfb725123d0783a0584e0af27eb45c998 (diff) | |
download | tcl-kennykb_numerics_branch.zip tcl-kennykb_numerics_branch.tar.gz tcl-kennykb_numerics_branch.tar.bz2 |
merge updates from HEAD
kennykb_numerics_branch
Diffstat (limited to 'unix/tclLoadShl.c')
-rw-r--r-- | unix/tclLoadShl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclLoadShl.c b/unix/tclLoadShl.c index e88ecd9..04b49f1 100644 --- a/unix/tclLoadShl.c +++ b/unix/tclLoadShl.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: tclLoadShl.c,v 1.13.6.1 2005/08/02 18:16:55 dgp Exp $ + * RCS: @(#) $Id: tclLoadShl.c,v 1.13.6.2 2005/10/08 13:45:04 dgp Exp $ */ #include <dl.h> @@ -76,7 +76,7 @@ TclpDlopen(interp, pathPtr, loadHandle, unloadProcPtr) */ native = Tcl_FSGetNativePath(pathPtr); - handle = shl_load(native, BIND_DEFERRED|BIND_VERBOSE|DYNAMIC_PATH, 0L); + handle = shl_load(native, BIND_DEFERRED|BIND_VERBOSE, 0L); if (handle == NULL) { /* |