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
Fix build for platforms that define SIZE_T_MAX.
pull/354/head
Maarten Billemont
8 years ago
parent
5977ef686a
commit
13ce1bab0f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
arraylist.c
+ 2
- 0
arraylist.c
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"
Write
Preview
Loading…
Cancel
Save