diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-04-04 14:10:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-04-04 14:10:01 (GMT) |
commit | 0d695fcd80cec0f53ad553a4b0abacbd29aad68c (patch) | |
tree | 49be8e50e3cdae02726953dc2ed6dcb163ff9d3e /library | |
parent | caf48c369e8ba6e8bcbb7f3a0aa6a0303dc2b56e (diff) | |
download | tcl-0d695fcd80cec0f53ad553a4b0abacbd29aad68c.zip tcl-0d695fcd80cec0f53ad553a4b0abacbd29aad68c.tar.gz tcl-0d695fcd80cec0f53ad553a4b0abacbd29aad68c.tar.bz2 |
Disable tcl::mathfunc::rmmadwiw by default to make test suite work; automated
test frameworks have no mind to read...
Diffstat (limited to 'library')
-rw-r--r-- | library/init.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/init.tcl b/library/init.tcl index d85fe2a..f1d6a64 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -823,6 +823,7 @@ proc tcl::CopyDirectory {action src dest} { } # TIP 131 +if 0 { proc tcl::rmmadwiw {} { set magic { 42 83 fe f6 ff f8 f1 e5 c6 f9 eb fd ff fb f1 e5 cc f5 ec f5 e3 fd fe @@ -847,3 +848,4 @@ proc tcl::mathfunc::rmmadwiw {} { set matter [lreverse $mind] return [join $matter ""] } +} |