Merge pull request #2 from json-c/master

merge upstream
This commit is contained in:
Haffon
2017-09-07 09:33:07 +08:00
committed by GitHub
7 changed files with 131 additions and 26 deletions

View File

@@ -22,6 +22,7 @@
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifndef SIZE_T_MAX
#if SIZEOF_SIZE_T == SIZEOF_INT
#define SIZE_T_MAX UINT_MAX
#elif SIZEOF_SIZE_T == SIZEOF_LONG
@@ -31,6 +32,7 @@
#else
#error Unable to determine size of size_t
#endif
#endif
#include "arraylist.h"