Skip to content

Commit

Permalink
Remove invalid inline to allow compiling on a mac
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedh committed Sep 30, 2014
1 parent b2686a2 commit 4255ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c6/reading-server.c
Expand Up @@ -106,7 +106,7 @@ struct stats stats = {0, 0, 0, 0};
stats.STAT ++; \
pthread_mutex_unlock(&stats_lock); }

inline int valid_bucketsize(int length) {
int valid_bucketsize(int length) {
int i;
for (i = 0; i < NBUCKETSIZES; i++) {
if (length == bucket_sizes[i]) return 1;
Expand Down

0 comments on commit 4255ba4

Please sign in to comment.