mirror of
https://github.com/json-c/json-c.git
synced 2026-03-28 17:39:07 +08:00
Issue #709: adjust some include guards to be a bit more json-c specific.
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
* Although this is exposed by the json_object_get_array() method,
|
||||
* it is not recommended for direct use.
|
||||
*/
|
||||
#ifndef _arraylist_h_
|
||||
#define _arraylist_h_
|
||||
#ifndef _json_c_arraylist_h_
|
||||
#define _json_c_arraylist_h_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user