summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mkLinks')
-rw-r--r--unix/mkLinks12
1 files changed, 12 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index d0b8d5c..fde23e4 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -698,6 +698,18 @@ if test -r OpenTcp.3; then
ln OpenTcp.3 Tcl_MakeTcpClientChannel.3
ln OpenTcp.3 Tcl_OpenTcpServer.3
fi
+if test -r Panic.3; then
+ rm -f Tcl_Panic.3
+ rm -f Tcl_PanicVA.3
+ rm -f Tcl_SetPanicProc.3
+ rm -f panic.3
+ rm -f panicVA.3
+ ln Panic.3 Tcl_Panic.3
+ ln Panic.3 Tcl_PanicVA.3
+ ln Panic.3 Tcl_SetPanicProc.3
+ ln Panic.3 panic.3
+ ln Panic.3 panicVA.3
+fi
if test -r ParseCmd.3; then
rm -f Tcl_ParseCommand.3
rm -f Tcl_ParseExpr.3