diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-18 22:07:14 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-18 22:07:14 (GMT) |
| commit | 41ef26ac75ad296e38a99d4c2575fb4580363d18 (patch) | |
| tree | 390b1bfb1ed140c28abc30769f3e9686b26d9370 /unix/tclLoadNext.c | |
| parent | 7565f6665d75cbfcb698aa506bb585f4d3e4fe59 (diff) | |
| download | tcl-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/tclLoadNext.c')
| -rw-r--r-- | unix/tclLoadNext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclLoadNext.c b/unix/tclLoadNext.c index eb0affa..0fd8b5f 100644 --- a/unix/tclLoadNext.c +++ b/unix/tclLoadNext.c @@ -146,7 +146,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, (char *)NULL); } return proc; } |
