]> git.ipfire.org Git - thirdparty/json-c.git/commit
Check __STDC_VERSION__ is defined before checking its value
authorDavid McCann <mccannd@uk.ibm.com>
Thu, 13 May 2021 05:31:18 +0000 (06:31 +0100)
committerDavid McCann <mccannd@uk.ibm.com>
Thu, 13 May 2021 05:31:18 +0000 (06:31 +0100)
commit9b53c92ea398c479f59f77b2cbd24d2ccf1fc29a
treee701767d619949d08bba8d326f0e98b3a35fa913
parent5b15c7567d05a6ad834c96461766340c187dfcc9
Check __STDC_VERSION__ is defined before checking its value

Prevent an undef warning regarding __STDC_VERSION__ by checking whether it is defined before checking its value.
json_object.h