diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-07-02 11:41:43 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-07-02 11:41:43 +0000 |
commit | eb398645f08db86a45fad4304894e01469543aaa (patch) | |
tree | 1e6cde3039e99b1ddb839eee714e38e603b15031 /tests/mpf_compat.c | |
parent | 4ee70bd35959ae283a2e4db373f87f3244a20531 (diff) | |
download | mpfr-eb398645f08db86a45fad4304894e01469543aaa.tar.gz |
Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.h
(all MPFR macros that appear there should start with MPFR_ to avoid
conflicts with other software).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9129 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/mpf_compat.c')
-rw-r--r-- | tests/mpf_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpf_compat.c b/tests/mpf_compat.c index 39801636c..b1518acd1 100644 --- a/tests/mpf_compat.c +++ b/tests/mpf_compat.c @@ -20,7 +20,7 @@ along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef WANT_MINI_GMP +#ifndef MPFR_USE_MINI_GMP #define MPF #define mpf_free_str mpfr_free_str |