summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadNext.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/tclLoadNext.c
parent0ac2c2e65981fba54b935404d8e5d1760a181cd8 (diff)
parent329d72eab4e30c9f38615d017c29ccccb6c96e23 (diff)
downloadtcl-c4b1e16389ea10988c2465db583ebe757c7d2a8d.zip
tcl-c4b1e16389ea10988c2465db583ebe757c7d2a8d.tar.gz
tcl-c4b1e16389ea10988c2465db583ebe757c7d2a8d.tar.bz2
Merge main
Diffstat (limited to 'unix/tclLoadNext.c')
-rw-r--r--unix/tclLoadNext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclLoadNext.c b/unix/tclLoadNext.c
index 527e893..5acd397 100644
--- a/unix/tclLoadNext.c
+++ b/unix/tclLoadNext.c
@@ -153,7 +153,7 @@ FindSymbol(
if (proc == NULL && interp != NULL) {
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
"cannot find symbol \"%s\"", symbol));
- Tcl_SetErrorCode(interp, "TCL", "LOOKUP", "LOAD_SYMBOL", symbol, NULL);
+ Tcl_SetErrorCode(interp, "TCL", "LOOKUP", "LOAD_SYMBOL", symbol, (void *)NULL);
}
return proc;
}