From acce4106f44bf94ceef1cb55150c114f77a61750 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 20 May 2007 21:31:59 +0000 Subject: [PATCH] recognize more nan and inf C function names svn: r6236 --- collects/compiler/private/xform.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/compiler/private/xform.ss b/collects/compiler/private/xform.ss index 1ecc544968..35c466f944 100644 --- a/collects/compiler/private/xform.ss +++ b/collects/compiler/private/xform.ss @@ -833,7 +833,7 @@ ;; So we can ignore them: strlen cos sin exp pow log sqrt atan2 - isnan isinf fpclass _fpclass _isnan __isfinited + isnan isinf fpclass _fpclass _isnan __isfinited __isnanl __isinfl isnanf isinff floor ceil round fmod fabs __maskrune _errno __errno isalpha isdigit isspace tolower toupper fread fwrite socket fcntl setsockopt connect send recv close