@@ -29,10 +29,14 @@ #import "OFDictionary.h" #import "OFNumber.h" #import "OFNull.h" #import "OFInvalidJSONException.h" + +#ifndef INFINITY +# define INFINITY __builtin_inf() +#endif int _OFString_JSONParsing_reference; static id nextObject(const char **pointer, const char *stop, size_t *line, size_t depthLimit);