Differences From Artifact [517cde34ed]:
- File unix/tclLoadDyld.c — part of check-in [ec4c6a5785] at 2022-07-19 08:35:05 on branch core-8-branch — Make a start converting -1 -> TCL_INDEX_NONE where appropriate (user: jan.nijtmans size: 19871) [more...]
To Artifact [f6db85ab8a]:
- File unix/tclLoadDyld.c — part of check-in [6876d1f99a] at 2023-10-17 06:02:36 on branch bug-26870862f0 — Handle sentinels for any C++ compiler (user: jan.nijtmans size: 19879) [more...]
| ︙ | |||
406 407 408 409 410 411 412 | 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 | - + |
#endif /* TCL_DYLD_USE_NSMODULE */
}
Tcl_DStringFree(&ds);
if (errMsg && (interp != NULL)) {
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
"cannot find symbol \"%s\": %s", symbol, errMsg));
Tcl_SetErrorCode(interp, "TCL", "LOOKUP", "LOAD_SYMBOL", symbol,
|
| ︙ |