From a0ebeb988d63d94da086b72daf0691f67584724a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 22 Dec 2008 11:31:12 +0000 Subject: - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math support - add rule to create preprocessor output for float- and long double math wrapper --- libm/w_drem.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libm/w_drem.c') diff --git a/libm/w_drem.c b/libm/w_drem.c index 6b3dd3937..4f9127b1e 100644 --- a/libm/w_drem.c +++ b/libm/w_drem.c @@ -12,4 +12,3 @@ double drem(double x, double y) { return remainder(x, y); } -libm_hidden_def(drem) -- cgit v1.2.3