diff options
Diffstat (limited to 'mpi/mpi-inline.h')
-rw-r--r-- | mpi/mpi-inline.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mpi/mpi-inline.h b/mpi/mpi-inline.h index 02481b67c..d25230ff6 100644 --- a/mpi/mpi-inline.h +++ b/mpi/mpi-inline.h @@ -30,7 +30,7 @@ #define G10_MPI_INLINE_H #ifndef G10_MPI_INLINE_DECL - #define G10_MPI_INLINE_DECL extern __inline__ +#define G10_MPI_INLINE_DECL extern __inline__ #endif G10_MPI_INLINE_DECL mpi_limb_t @@ -124,5 +124,4 @@ mpihelp_sub( mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size, return cy; } - #endif /*G10_MPI_INLINE_H*/ |