diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-23 18:17:28 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-23 18:17:28 (GMT) |
| commit | d3d3b26765ba609cc97692ab6a82bed93905768f (patch) | |
| tree | 5b8e3af088b9237482fa34466188dbe5f0f0612f /unix/tclLoadNext.c | |
| parent | fed7903c6c96af171b9e490278380c744925e166 (diff) | |
| download | tcl-d3d3b26765ba609cc97692ab6a82bed93905768f.zip tcl-d3d3b26765ba609cc97692ab6a82bed93905768f.tar.gz tcl-d3d3b26765ba609cc97692ab6a82bed93905768f.tar.bz2 | |
Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are only generated for Tcl 8.x, not for 9.0
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 b52fa2a..fe511f9 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, (void *)NULL); + Tcl_SetErrorCode(interp, "TCL", "LOOKUP", "LOAD_SYMBOL", symbol, (char *)NULL); } return proc; } |
