From c66162fa6af255f9d88a931ac13c5a5189886d54 Mon Sep 17 00:00:00 2001 From: eban Date: Sat, 18 Oct 2003 14:04:18 +0000 Subject: * missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing/acosh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing') diff --git a/missing/acosh.c b/missing/acosh.c index 6a9daffa5..a4443e191 100644 --- a/missing/acosh.c +++ b/missing/acosh.c @@ -15,7 +15,7 @@ #include /* DBL_MANT_DIG must be less than 4 times of bits of int */ -#ifdef DBL_MANT_DIG +#ifndef DBL_MANT_DIG #define DBL_MANT_DIG 53 /* in this case, at least 12 digit precision */ #endif #define BIG_CRITERIA_BIT (1<