diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index fde23e4..1b57e15 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -234,7 +234,11 @@ if test -r CrtInterp.3; then fi if test -r CrtMathFnc.3; then rm -f Tcl_CreateMathFunc.3 + rm -f Tcl_GetMathFuncInfo.3 + rm -f Tcl_ListMathFuncs.3 ln CrtMathFnc.3 Tcl_CreateMathFunc.3 + ln CrtMathFnc.3 Tcl_GetMathFuncInfo.3 + ln CrtMathFnc.3 Tcl_ListMathFuncs.3 fi if test -r CrtObjCmd.3; then rm -f Tcl_CreateObjCommand.3 @@ -928,6 +932,10 @@ if test -r StringObj.3; then ln StringObj.3 Tcl_ConcatObj.3 ln StringObj.3 Tcl_AttemptSetObjLength.3 fi +if test -r SubstObj.3; then + rm -f Tcl_SubstObj.3 + ln SubstObj.3 Tcl_SubstObj.3 +fi if test -r Tcl_Main.3; then rm -f Tcl_SetMainLoop.3 ln Tcl_Main.3 Tcl_SetMainLoop.3 |