Add a runtime check to see if parse_int64 needs to workaround sscanf bugs. If that...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 9 Feb 2013 23:35:33 +0000 (17:35 -0600)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 9 Feb 2013 23:35:33 +0000 (17:35 -0600)
commitbfb329223aecf7f47da2b8ece4bd8e421c7bfc6d
tree3fa37822a1f7b1c06cd45c09eaca3ad5d4e02dec
parentca8b27d1836ff97935d2eb212f762f63b9258cbd
Add a runtime check to see if parse_int64 needs to workaround sscanf bugs.  If that workaround is not needed parsing is nearly twice as fast.
json_util.c