aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/mpi-inline.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-05-24 17:54:56 +0000
committerDavid Shaw <[email protected]>2003-05-24 17:54:56 +0000
commite152598106495a93ca8e895032db4f5b1e4a0d2f (patch)
tree7421d51802e163ccf2313527df270369039903db /mpi/mpi-inline.h
parent* argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c, (diff)
downloadgnupg-e152598106495a93ca8e895032db4f5b1e4a0d2f.tar.gz
gnupg-e152598106495a93ca8e895032db4f5b1e4a0d2f.zip
* 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.
Diffstat (limited to 'mpi/mpi-inline.h')
-rw-r--r--mpi/mpi-inline.h3
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*/