diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-05-24 21:19:05 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-05-24 21:19:05 (GMT) |
commit | 72a4179af19fda9a49f2da72163af2736a7419a1 (patch) | |
tree | d34442300ca635a1ed50e2595f393b9dfaca97f4 /unix/mkLinks | |
parent | d77d232574a42bc3399bd68a7f826c5cc25d86f4 (diff) | |
download | tcl-72a4179af19fda9a49f2da72163af2736a7419a1.zip tcl-72a4179af19fda9a49f2da72163af2736a7419a1.tar.gz tcl-72a4179af19fda9a49f2da72163af2736a7419a1.tar.bz2 |
TIP#91 implementation; makes old style channels binary compatible with
new TIP#72-enabled Tcl. See http://purl.org/tcl/tip/91 for details.
Diffstat (limited to 'unix/mkLinks')
-rw-r--r-- | unix/mkLinks | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index a925818..db75bd3 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -174,6 +174,7 @@ if test -r CrtChannel.3; then rm -f Tcl_ChannelInputProc.3 rm -f Tcl_ChannelOutputProc.3 rm -f Tcl_ChannelSeekProc.3 + rm -f Tcl_ChannelWideSeekProc.3 rm -f Tcl_ChannelSetOptionProc.3 rm -f Tcl_ChannelGetOptionProc.3 rm -f Tcl_ChannelWatchProc.3 @@ -206,6 +207,7 @@ if test -r CrtChannel.3; then ln CrtChannel.3 Tcl_ChannelInputProc.3 ln CrtChannel.3 Tcl_ChannelOutputProc.3 ln CrtChannel.3 Tcl_ChannelSeekProc.3 + ln CrtChannel.3 Tcl_ChannelWideSeekProc.3 ln CrtChannel.3 Tcl_ChannelSetOptionProc.3 ln CrtChannel.3 Tcl_ChannelGetOptionProc.3 ln CrtChannel.3 Tcl_ChannelWatchProc.3 |