From 4db2c09b6f66fb60bda84b3f60a1cc35a5fbad21 Mon Sep 17 00:00:00 2001 From: hobbs Date: Mon, 4 Mar 2002 23:17:02 +0000 Subject: update for 8.4a4 docs --- unix/mkLinks | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/unix/mkLinks b/unix/mkLinks index 8cd932a..989a8c9 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -61,11 +61,21 @@ if test -r Alloc.3; then rm -f Tcl_Realloc.3 rm -f Tcl_AttemptAlloc.3 rm -f Tcl_AttemptRealloc.3 + rm -f ckalloc.3 + rm -f ckfree.3 + rm -f ckrealloc.3 + rm -f attemptckalloc.3 + rm -f attemptckrealloc.3 ln Alloc.3 Tcl_Alloc.3 ln Alloc.3 Tcl_Free.3 ln Alloc.3 Tcl_Realloc.3 ln Alloc.3 Tcl_AttemptAlloc.3 ln Alloc.3 Tcl_AttemptRealloc.3 + ln Alloc.3 ckalloc.3 + ln Alloc.3 ckfree.3 + ln Alloc.3 ckrealloc.3 + ln Alloc.3 attemptckalloc.3 + ln Alloc.3 attemptckrealloc.3 fi if test -r AllowExc.3; then rm -f Tcl_AllowExceptions.3 -- cgit v0.12