diff options
author | tege <tege@gmplib.org> | 1998-05-05 02:25:12 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 1998-05-05 02:25:12 +0200 |
commit | 4d63f0c188154d0e4a14ed2dca074c61e8eae218 (patch) | |
tree | 5b54ccf5f690042bd38d9b6e42e20ba7d2bfec06 /mpf/integer.c | |
parent | d826b8299a3154fe8f4a46edaa6722a89481d3e9 (diff) | |
download | gmp-4d63f0c188154d0e4a14ed2dca074c61e8eae218.tar.gz |
(FUNC_NAME): Fix bogus test for mpf_trunc.
Diffstat (limited to 'mpf/integer.c')
-rw-r--r-- | mpf/integer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/integer.c b/mpf/integer.c index 9ef33b91a..3d8698e85 100644 --- a/mpf/integer.c +++ b/mpf/integer.c @@ -39,7 +39,7 @@ MA 02111-1307, USA. */ #define MPF_FLOOR 0 #endif -#ifndef XX_MPF_FLOOR_OR_CEIL +#if MPF_TRUNC #undef FUNC_NAME #define FUNC_NAME mpf_trunc #endif |