diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-09-08 06:11:51 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-09-08 06:11:51 +0000 |
commit | e58156d116dca13aa86d034bac79c0fff0298f64 (patch) | |
tree | 38c71472f123e73a1b9a945c58005157a28183ba /Build/source/libs/mpfr/mpfr-src/src/mul_2si.c | |
parent | 616277b4c96826c856e4f90748339dd92c3434ef (diff) |
mpfr-3.1.6
git-svn-id: svn://tug.org/texlive/trunk@45242 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/mpfr/mpfr-src/src/mul_2si.c')
-rw-r--r-- | Build/source/libs/mpfr/mpfr-src/src/mul_2si.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/mpfr/mpfr-src/src/mul_2si.c b/Build/source/libs/mpfr/mpfr-src/src/mul_2si.c index 04fdee403f6..6c0bcc6f73b 100644 --- a/Build/source/libs/mpfr/mpfr-src/src/mul_2si.c +++ b/Build/source/libs/mpfr/mpfr-src/src/mul_2si.c @@ -1,6 +1,6 @@ /* mpfr_mul_2si -- multiply a floating-point number by a power of two -Copyright 1999, 2001-2016 Free Software Foundation, Inc. +Copyright 1999, 2001-2017 Free Software Foundation, Inc. Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |