summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mkLinks')
-rw-r--r--unix/mkLinks4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 6ac5d77..3744e3a 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -869,6 +869,10 @@ if test -r RecordEval.3; then
rm -f Tcl_RecordAndEval.3
ln RecordEval.3 Tcl_RecordAndEval.3
fi
+if test -r RegConfig.3; then
+ rm -f Tcl_RegisterConfig.3
+ ln RegConfig.3 Tcl_RegisterConfig.3
+fi
if test -r RegExp.3; then
rm -f Tcl_RegExpMatch.3
rm -f Tcl_RegExpCompile.3