mirror of
https://github.com/json-c/json-c.git
synced 2026-03-31 10:59:06 +08:00
Issue #103: allow Infinity and -Infinity to be parsed.
This commit is contained in:
@@ -21,4 +21,8 @@
|
||||
#error This platform does not have nan()
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_DECL_INFINITY
|
||||
#error This platform does not have INFINITY
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user