This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Issue
#709
: adjust some include guards to be a bit more json-c specific.
tags/json-c-0.16-20220414
Eric Haszlakiewicz
4 years ago
parent
0b7e78c309
commit
9ca50cf2f8
4 changed files
with
8 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
arraylist.h
+2
-2
debug.h
+2
-2
linkhash.h
+2
-2
printbuf.h
+ 2
- 2
arraylist.h
View File
@@ -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" {
+ 2
- 2
debug.h
View File
@@ -14,8 +14,8 @@
* @file
* @brief Do not use, json-c internal, may be changed or removed at any time.
*/
#ifndef _DEBUG_H_
#define _DEBUG_H_
#ifndef _
JSON_C_
DEBUG_H_
#define _
JSON_C_
DEBUG_H_
#include <stdlib.h>
+ 2
- 2
linkhash.h
View File
@@ -16,8 +16,8 @@
* this is exposed by the json_object_get_object() function and within the
* json_object_iter type, it is not recommended for direct use.
*/
#ifndef _linkhash_h_
#define _linkhash_h_
#ifndef _
json_c_
linkhash_h_
#define _
json_c_
linkhash_h_
#include "json_object.h"
+ 2
- 2
printbuf.h
View File
@@ -20,8 +20,8 @@
* json_object_set_serializer() direct use of this is not
* recommended.
*/
#ifndef _printbuf_h_
#define _printbuf_h_
#ifndef _
json_c_
printbuf_h_
#define _
json_c_
printbuf_h_
#ifndef JSON_EXPORT
#if defined(_MSC_VER) && defined(JSON_C_DLL)
Write
Preview
Loading…
Cancel
Save