From 53c9f62657f222a3fefed852e1b2029033ec4014 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 14 Nov 2009 17:50:41 +0100 Subject: Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts" This reverts commit 73d6e5c41b61633e22ea74e3aa2df721512dca57. barking up the wrong tree Signed-off-by: Bernhard Reutner-Fischer --- libm/s_isinf.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libm/s_isinf.c') diff --git a/libm/s_isinf.c b/libm/s_isinf.c index 1f65b8378..62e5263bb 100644 --- a/libm/s_isinf.c +++ b/libm/s_isinf.c @@ -21,6 +21,3 @@ int __isinf(double x) return ~(lx >> 31) & (hx >> 30); } libm_hidden_def(__isinf) -#if defined __DO_C99_MATH__ -int_WRAPPER_C99(__isinf) -#endif -- cgit v1.2.3