Skip to content

Commit

Permalink
remove __inline__ for compatibility with c2rust
Browse files Browse the repository at this point in the history
  • Loading branch information
panstromek committed Feb 20, 2022
1 parent 28b8140 commit 9a70624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tune8dbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* Define the inline directive when available */

#ifdef __GNUC__
#define INLINE __inline__
#define INLINE
#else
#define INLINE
#endif
Expand Down

0 comments on commit 9a70624

Please sign in to comment.