]> git.ipfire.org Git - thirdparty/json-c.git/commit
Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE instead...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 4 Jul 2020 18:56:15 +0000 (18:56 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 4 Jul 2020 18:58:00 +0000 (18:58 +0000)
commit6068d3f6d1dd4bd8be95e6bf4ed3e9148291b408
treeacb72e207ff341497aa968a595de447a386262d9
parentb01d50b8dc73ef678b71dc6fdbb16dcc517653bf
Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE instead of using a variable, so we don't need to export it.
strerror_override.c
tests/CMakeLists.txt
tests/test_basic.test
tests/test_json_pointer.c
tests/test_util_file.c