mirror of
https://github.com/json-c/json-c.git
synced 2026-03-24 15:39:07 +08:00
Merge pull request #391 from rikardfalkeborn/fix-const-function-define
Fix non-GNUC define for JSON_C_CONST_FUNCTION
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#ifdef __GNUC__
|
||||
#define JSON_C_CONST_FUNCTION(func) func __attribute__((const))
|
||||
#else
|
||||
#define CONST_FUNCTION(func) func
|
||||
#define JSON_C_CONST_FUNCTION(func) func
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
|
||||
Reference in New Issue
Block a user