Skip to content

Commit 786bfd1

Browse files
committed
remove __inline__ for compatibility with c2rust
1 parent d59b7c4 commit 786bfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tune8dbs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* Define the inline directive when available */
2525

2626
#ifdef __GNUC__
27-
#define INLINE __inline__
27+
#define INLINE
2828
#else
2929
#define INLINE
3030
#endif

0 commit comments

Comments
 (0)