pkgsrc-ng/math/prng/patches/patch-src_compound.c
2013-09-26 17:14:40 +02:00

14 lines
398 B
C

$NetBSD: patch-src_compound.c,v 1.1 2012/11/01 19:42:01 joerg Exp $
--- src/compound.c.orig 2012-10-30 20:00:16.000000000 +0000
+++ src/compound.c
@@ -105,7 +105,7 @@ void prng_compound_seed(struct prng *gen
* gen: Pointer to a struct prng.
*
*/
-inline double prng_compound_get_next(struct prng *gen)
+double prng_compound_get_next(struct prng *gen)
{
int i;
double sum = 0.0;