summaryrefslogtreecommitdiffstats
path: root/generic/tclLoadNone.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-10-24 09:52:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-10-24 09:52:50 (GMT)
commitdd02fe2c44cb40476303d7dacb4bc769c50ba185 (patch)
treecb385a8e13cf43627827d3ad611656503781a145 /generic/tclLoadNone.c
parent72693da145d4b3a7f165eb5cdff0bd0defb87993 (diff)
parentc450611fa62e31564086453d6921a47bd7fb9044 (diff)
downloadtcl-dd02fe2c44cb40476303d7dacb4bc769c50ba185.zip
tcl-dd02fe2c44cb40476303d7dacb4bc769c50ba185.tar.gz
tcl-dd02fe2c44cb40476303d7dacb4bc769c50ba185.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclLoadNone.c')
-rw-r--r--generic/tclLoadNone.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclLoadNone.c b/generic/tclLoadNone.c
index 6b48aee..f030d89 100644
--- a/generic/tclLoadNone.c
+++ b/generic/tclLoadNone.c
@@ -39,10 +39,11 @@ TclpDlopen(
Tcl_LoadHandle *loadHandle, /* Filled with token for dynamically loaded
* file which will be passed back to
* (*unloadProcPtr)() to unload the file. */
- Tcl_FSUnloadFileProc **unloadProcPtr)
+ Tcl_FSUnloadFileProc **unloadProcPtr,
/* Filled with address of Tcl_FSUnloadFileProc
* function which should be used for this
* file. */
+ int flags)
{
Tcl_SetObjResult(interp, Tcl_NewStringObj(
"dynamic loading is not currently available on this system",