lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

Fix macro redefinition for newer MSVC #181

Open cxong opened 8 years ago

cxong commented 8 years ago

Visual Studio 2013+ have functions like isnan defined, so the code should check against _MSC_VER to see if the redefinition to _isnan is necessary.