summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDyld.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-18 22:07:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-18 22:07:14 (GMT)
commit41ef26ac75ad296e38a99d4c2575fb4580363d18 (patch)
tree390b1bfb1ed140c28abc30769f3e9686b26d9370 /unix/tclLoadDyld.c
parent7565f6665d75cbfcb698aa506bb585f4d3e4fe59 (diff)
downloadtcl-41ef26ac75ad296e38a99d4c2575fb4580363d18.zip
tcl-41ef26ac75ad296e38a99d4c2575fb4580363d18.tar.gz
tcl-41ef26ac75ad296e38a99d4c2575fb4580363d18.tar.bz2
Backport some code cleanup from 8.7/9.0. Fix indenting
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 7d462da..c0178c7 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);
+ (char *)NULL);
}
return proc;
}