blob: 7cbd817477a5c5919c57b962fe6e18fcecc97487 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ac,v 1.20 2012/10/27 17:39:12 wiz Exp $
Deal with c99 inline semantics.
--- mpi/mpi-inline.h.orig 2008-12-11 16:39:43.000000000 +0000
+++ mpi/mpi-inline.h
@@ -28,10 +28,6 @@
#ifndef G10_MPI_INLINE_H
#define G10_MPI_INLINE_H
-#ifndef G10_MPI_INLINE_DECL
-#define G10_MPI_INLINE_DECL extern __inline__
-#endif
-
G10_MPI_INLINE_DECL mpi_limb_t
mpihelp_add_1( mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr,
mpi_size_t s1_size, mpi_limb_t s2_limb)
|