From e152598106495a93ca8e895032db4f5b1e4a0d2f Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sat, 24 May 2003 17:54:56 +0000 Subject: * mpicoder.c, mpi-inline.h, mpi-inv.c, mpiutil.c, mpih-div.c, mpi-internal.h, mpi-scan.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. --- mpi/mpi-inline.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mpi/mpi-inline.h') 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*/ -- cgit