summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-08-11 22:24:01 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-08-11 22:24:01 +0000
commit16717b5c5a2327783520a052de9fa255a22a3e14 (patch)
treea4ba21ca614c14e43f6cbeb288ea9be21b6c0751 /Build
parent72359d06a0dae6db49c037ae52498c5815eac0d1 (diff)
mplibdir: sync with the luatex/trunk
git-svn-id: svn://tug.org/texlive/trunk@41840 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/mplibdir/mpmathbinary.w1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mpmathbinary.w b/Build/source/texk/web2c/mplibdir/mpmathbinary.w
index a719d37129b..f0d134a58e1 100644
--- a/Build/source/texk/web2c/mplibdir/mpmathbinary.w
+++ b/Build/source/texk/web2c/mplibdir/mpmathbinary.w
@@ -1700,7 +1700,6 @@ static void mp_binary_m_unif_rand (MP mp, mp_number *ret, mp_number x_orig) {
ret->data.num, // mpfr_t op,
ROUNDING // mpfr_rnd_t rnd
);
- printf("\nret=%s e=%ld\n",r,e);
mpfr_free_str(r);
free_number (abs_x);
free_number (x);