Skip to content

Commit 2d81a3a

Browse files
authored
Merge pull request #2 from bthebaudeau/patch-1
lib/mpi: Use "static inline" instead of "inline"
2 parents 09040b0 + c619e55 commit 2d81a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpi/mpi-inline.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define G10_MPI_INLINE_H
3131

3232
#ifndef G10_MPI_INLINE_DECL
33-
#define G10_MPI_INLINE_DECL inline
33+
#define G10_MPI_INLINE_DECL static inline
3434
#endif
3535

3636
G10_MPI_INLINE_DECL mpi_limb_t

0 commit comments

Comments
 (0)