antirez / lua-cmsgpack

A self contained Lua MessagePack C implementation.
355 stars 118 forks source link

Add isinf() if isinf() doesn't exist #38

Open mattsta opened 9 years ago

mattsta commented 9 years ago

Fixes a build problem on Solaris. Though, this fix depends on isnan() existing.

If this fix isn't enough, we should just copy solarisfixes.h from Redis here too.