summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDl.c
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2023-11-02 17:00:55 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2023-11-02 17:00:55 (GMT)
commitc4b1e16389ea10988c2465db583ebe757c7d2a8d (patch)
treefc25af316218a7ca1c7fa32df0226a6ec184e21a /unix/tclLoadDl.c
parent0ac2c2e65981fba54b935404d8e5d1760a181cd8 (diff)
parent329d72eab4e30c9f38615d017c29ccccb6c96e23 (diff)
downloadtcl-c4b1e16389ea10988c2465db583ebe757c7d2a8d.zip
tcl-c4b1e16389ea10988c2465db583ebe757c7d2a8d.tar.gz
tcl-c4b1e16389ea10988c2465db583ebe757c7d2a8d.tar.bz2
Merge main
Diffstat (limited to 'unix/tclLoadDl.c')
-rw-r--r--unix/tclLoadDl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c
index 743e94f..ee92318 100644
--- a/unix/tclLoadDl.c
+++ b/unix/tclLoadDl.c
@@ -232,7 +232,7 @@ FindSymbol(
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
"cannot find symbol \"%s\": %s", symbol, errorStr));
Tcl_SetErrorCode(interp, "TCL", "LOOKUP", "LOAD_SYMBOL", symbol,
- NULL);
+ (void *)NULL);
}
}
return proc;