MODAPP-389

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16465 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2010-01-22 19:55:01 +00:00
parent 68b7d35dc3
commit 156cf4fd6f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#include <float.h>
#define ISNAN(x) (!!(_isnan(x)))
#else
#define ISNAN(x) ((x)== NAN)
#define ISNAN(x) (isnan(x))
#endif
/*! Number of points for beep detection. */