From a529b45e7c39cd1baa66078306e5738012705f32 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 30 Sep 2008 12:08:09 +0000 Subject: [PATCH] add __isnan and __isinf (PR 9802) svn: r11911 --- collects/compiler/private/xform.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/compiler/private/xform.ss b/collects/compiler/private/xform.ss index c024cb9d13..116b3df357 100644 --- a/collects/compiler/private/xform.ss +++ b/collects/compiler/private/xform.ss @@ -835,8 +835,8 @@ ;; So we can ignore them: strlen cos sin exp pow log sqrt atan2 - isnan isinf fpclass _fpclass _isnan __isfinited __isnanl - __isinff __isinfl isnanf isinff __isinfd __isnanf __isnand + isnan isinf fpclass _fpclass _isnan __isfinited __isnanl __isnan + __isinff __isinfl isnanf isinff __isinfd __isnanf __isnand __isinf floor ceil round fmod fabs __maskrune _errno __errno isalpha isdigit isspace tolower toupper fread fwrite socket fcntl setsockopt connect send recv close