summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-07-27 00:36:32 +0200
committerKevin Ryde <user42@zip.com.au>2000-07-27 00:36:32 +0200
commit3dda810d0c95fc9c866f653f981f2b06b436fd12 (patch)
treebf40a768f2643479c25e3ce00997bd220b8fde70 /mpf
parentd6934a52fbd1a5fcf6ff5aa1c293fb3143fb00e9 (diff)
downloadgmp-3dda810d0c95fc9c866f653f981f2b06b436fd12.tar.gz
Use new gmp-impl.h macros.
Diffstat (limited to 'mpf')
-rw-r--r--mpf/tests/t-misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpf/tests/t-misc.c b/mpf/tests/t-misc.c
index 6da87292f..8d79cb74e 100644
--- a/mpf/tests/t-misc.c
+++ b/mpf/tests/t-misc.c
@@ -25,8 +25,6 @@ MA 02111-1307, USA.
#include "gmp.h"
#include "gmp-impl.h"
-
-#define numberof(x) (sizeof (x) / sizeof ((x)[0]))
#define SGN(x) ((x) < 0 ? -1 : (x) == 0 ? 0 : 1)