summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDyld.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-10-19 18:48:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-10-19 18:48:35 (GMT)
commit51e588cf28021f28bb204b2af46538f21afe7fb9 (patch)
tree364627b4ae36382dee748096f92f74b1977d4ae8 /unix/tclLoadDyld.c
parentef59242a2b952b5fede0131ca5c06acc36098a2c (diff)
parent9d3abb8846c9436ab40ac8ed9ecbaa9195f6e1f2 (diff)
downloadtcl-51e588cf28021f28bb204b2af46538f21afe7fb9.zip
tcl-51e588cf28021f28bb204b2af46538f21afe7fb9.tar.gz
tcl-51e588cf28021f28bb204b2af46538f21afe7fb9.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclLoadDyld.c')
-rw-r--r--unix/tclLoadDyld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclLoadDyld.c b/unix/tclLoadDyld.c
index cc3512d..5fedc1a 100644
--- a/unix/tclLoadDyld.c
+++ b/unix/tclLoadDyld.c
@@ -410,7 +410,7 @@ FindSymbol(
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
"cannot find symbol \"%s\": %s", symbol, errMsg));
Tcl_SetErrorCode(interp, "TCL", "LOOKUP", "LOAD_SYMBOL", symbol,
- NULL);
+ (void *)NULL);
}
return (void *)proc;
}