Skip to content
  • Christoph Reiter's avatar
    Drop fallback-c89.c · 2d5cf2b4
    Christoph Reiter authored
    We require a C compiler supporting C99 now. The main purpose of
    these fallbacks was for MSVC. From what I can see this is now all supported
    by MSVC 2015+ anyway.
    
    The only other change this includes is to replace isnanf() with the
    (type infering) C99 isnan() macro, because MSVC doesn't provide isnanf().
    2d5cf2b4