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)
commit27bbe3b5e064f2f59c33401a0b613054db151642 (patch)
treefc25af316218a7ca1c7fa32df0226a6ec184e21a /unix/tclLoadDl.c
parent35d2a8013960a923e171c730d36430400813aa76 (diff)
parent7d470ebdeae5cee9052c1cf794696f2968941110 (diff)
downloadtcl-27bbe3b5e064f2f59c33401a0b613054db151642.zip
tcl-27bbe3b5e064f2f59c33401a0b613054db151642.tar.gz
tcl-27bbe3b5e064f2f59c33401a0b613054db151642.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;