From cd84d1c2d06ad0a30f3aebb8ff86727df67ba0da Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 4 Apr 2016 15:49:31 -0500 Subject: math: update isinf/isnan function comments after move to math.h Signed-off-by: Yaakov Selkowitz --- newlib/libm/common/s_isinf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'newlib/libm/common/s_isinf.c') diff --git a/newlib/libm/common/s_isinf.c b/newlib/libm/common/s_isinf.c index db8e8f82b..f22acb7f1 100644 --- a/newlib/libm/common/s_isinf.c +++ b/newlib/libm/common/s_isinf.c @@ -4,9 +4,8 @@ * * isinf is a macro in the C99 standard. It was previously * implemented as a function by newlib and is declared as such in - * . Newlib supplies it here as a function if the user - * chooses to use or needs to link older code compiled with the - * previous declaration. + * . Newlib supplies it here as a function if the user + * chooses to use it instead of the C99 macro. */ #include "fdlibm.h" -- cgit v1.2.3