diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2014-09-03 04:00:23 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2014-09-03 04:00:23 +0000 |
commit | f5e933e45879c199590030a7c9d29ea3f8eaced4 (patch) | |
tree | f49b6913dcf5ed183f8217f71c3c5195f12d5c59 /Build/source/texk/web2c/mplibdir/mpmathbinary.w | |
parent | d2e4b84647b69841aa0aa10a8c87db342e85aa59 (diff) |
web2c/mplibdir: Sync with the trunk
git-svn-id: svn://tug.org/texlive/trunk@35099 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/mpmathbinary.w')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mpmathbinary.w | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mpmathbinary.w b/Build/source/texk/web2c/mplibdir/mpmathbinary.w index a33fe54808b..ca223c6e353 100644 --- a/Build/source/texk/web2c/mplibdir/mpmathbinary.w +++ b/Build/source/texk/web2c/mplibdir/mpmathbinary.w @@ -589,7 +589,7 @@ int mp_number_to_scaled(mp_number A) { @ -@d odd(A) ((A)%2==1) +@d odd(A) (abs(A)%2==1) @c int mp_number_to_int(mp_number A) { |