mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 01:28:42 +00:00
MODAPP-389
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16465 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
68b7d35dc3
commit
156cf4fd6f
@ -47,7 +47,7 @@
|
|||||||
#include <float.h>
|
#include <float.h>
|
||||||
#define ISNAN(x) (!!(_isnan(x)))
|
#define ISNAN(x) (!!(_isnan(x)))
|
||||||
#else
|
#else
|
||||||
#define ISNAN(x) ((x)== NAN)
|
#define ISNAN(x) (isnan(x))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*! Number of points for beep detection. */
|
/*! Number of points for beep detection. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user