summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDl.c
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2002-07-17 20:02:43 (GMT)
committervincentdarley <vincentdarley@noemail.net>2002-07-17 20:02:43 (GMT)
commit6450792993d073483df207cd67e173760be229ac (patch)
treeeea5be26ac429aef48a06d4b0bebf8955d1bd410 /unix/tclLoadDl.c
parent8da9f5e952e536d074667c8c6e48da85176f0811 (diff)
downloadtcl-6450792993d073483df207cd67e173760be229ac.zip
tcl-6450792993d073483df207cd67e173760be229ac.tar.gz
tcl-6450792993d073483df207cd67e173760be229ac.tar.bz2
load internals refactoring
FossilOrigin-Name: 4e927f5e645bc093c670a7235e26da8f4bcefd9d
Diffstat (limited to 'unix/tclLoadDl.c')
-rw-r--r--unix/tclLoadDl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c
index 951a8cb..aa5fab7 100644
--- a/unix/tclLoadDl.c
+++ b/unix/tclLoadDl.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: tclLoadDl.c,v 1.9 2002/07/17 20:00:46 vincentdarley Exp $
+ * RCS: @(#) $Id: tclLoadDl.c,v 1.10 2002/07/17 20:02:43 vincentdarley Exp $
*/
#include "tclInt.h"
@@ -84,6 +84,7 @@ TclpDlopen(interp, pathPtr, loadHandle, unloadProcPtr)
*unloadProcPtr = &TclpUnloadFile;
*loadHandle = (TclLoadHandle)handle;
+ return TCL_OK;
}
Tcl_PackageInitProc*