summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-30 20:33:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-30 20:33:45 (GMT)
commite52ace05d39636e857f167ed51382cbfbbd22687 (patch)
tree211903eab3d92a4e261eac879dcf6c48d64ad5c7 /macosx
parent047122995db63a48e068e04717d715acfea1c0a3 (diff)
downloadtcl-e52ace05d39636e857f167ed51382cbfbbd22687.zip
tcl-e52ace05d39636e857f167ed51382cbfbbd22687.tar.gz
tcl-e52ace05d39636e857f167ed51382cbfbbd22687.tar.bz2
Change mp_isodd() (back) from libtommath stub entry to macro. libtommath changed it back to macro too in its master branch, we better do the same.
Better usage of mp_isneg() macro, in stead of directly comparing sign with MP_NEG/MP_ZPOS.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/README b/macosx/README
index 3662c22..43da77f 100644
--- a/macosx/README
+++ b/macosx/README
@@ -36,7 +36,7 @@ Weak-linking is available on OS X 10.2 or later, it additionally allows Tcl
built on 10.x to run on any 10.y with x > y >= z (for a chosen z >= 2).
- Tcl extensions can be installed in any of:
- $HOME/Library/Tcl /Library/Tcl
+ $HOME/Library/Tcl /Library/Tcl
$HOME/Library/Frameworks /Library/Frameworks
(searched in that order).
Given a potential package directory $pkg, Tcl on OSX checks for the file