diff options
| author | oehhar <harald.oehlmann@elmicron.de> | 2023-11-02 17:00:55 (GMT) |
|---|---|---|
| committer | oehhar <harald.oehlmann@elmicron.de> | 2023-11-02 17:00:55 (GMT) |
| commit | c4b1e16389ea10988c2465db583ebe757c7d2a8d (patch) | |
| tree | fc25af316218a7ca1c7fa32df0226a6ec184e21a /unix/tclLoadDl.c | |
| parent | 0ac2c2e65981fba54b935404d8e5d1760a181cd8 (diff) | |
| parent | 329d72eab4e30c9f38615d017c29ccccb6c96e23 (diff) | |
| download | tcl-c4b1e16389ea10988c2465db583ebe757c7d2a8d.zip tcl-c4b1e16389ea10988c2465db583ebe757c7d2a8d.tar.gz tcl-c4b1e16389ea10988c2465db583ebe757c7d2a8d.tar.bz2 | |
Merge main
Diffstat (limited to 'unix/tclLoadDl.c')
| -rw-r--r-- | unix/tclLoadDl.c | 2 |
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; |
