diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-09-17 21:20:54 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-09-17 21:20:54 +0000 |
commit | 1a99ceb79bc0478bdef9c8c60eb8a7455be0a087 (patch) | |
tree | 1cbee25fceff7d289fcfcd36a88e42400fd84f06 /Build | |
parent | d1e351d7bc888bfca9a23b59451fdab732b70537 (diff) |
mplibdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@42089 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mp.w | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mp.w b/Build/source/texk/web2c/mplibdir/mp.w index 431af9f4e92..d8bb1c88951 100644 --- a/Build/source/texk/web2c/mplibdir/mp.w +++ b/Build/source/texk/web2c/mplibdir/mp.w @@ -1,4 +1,4 @@ -% $Id: mp.w 2091 2016-09-16 23:07:58Z luigi $ +% $Id: mp.w 2092 2016-09-17 15:02:46Z luigi $ % % This file is part of MetaPost; % the MetaPost program is in the public domain. @@ -13932,6 +13932,7 @@ if (number_zero(dx) && !(number_zero(dy)) && number_zero(x0) && number_zero(x2) set_number_from_substraction (dx, dx, epsilon_t); } } +/* this patch can conflict with the previous one */ /* hm what about dx=dy=0 ? */ if (number_zero(dx_ap) && !number_zero(dx)){ set_number_to_zero(dx); |