From e1074e1811926784013cdee67c5f68f4b7f7353c Mon Sep 17 00:00:00 2001 From: vincentdarley Date: Wed, 17 Jul 2002 20:02:43 +0000 Subject: load internals refactoring --- unix/tclLoadDl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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* -- cgit v0.12