summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2002-02-05 22:15:22 (GMT)
committerandreas_kupries <akupries@shaw.ca>2002-02-05 22:15:22 (GMT)
commitaac13526452e2ad19e958055cef8943d05c6a390 (patch)
tree839078afe38f5435d128316808ce972ced3db6e0 /unix/mkLinks
parent2fbc93df7c05d709b9d05933db9a27837889b648 (diff)
downloadtcl-aac13526452e2ad19e958055cef8943d05c6a390.zip
tcl-aac13526452e2ad19e958055cef8943d05c6a390.tar.gz
tcl-aac13526452e2ad19e958055cef8943d05c6a390.tar.bz2
* unix/mkLinks: Regenerated.
* doc/RegConfig.3: Added documentation for the new public API function.
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