aboutsummaryrefslogtreecommitdiff
Add forward declarations.

--- fasthenry-3.0/src/fasthenry/sparse/spUtils.c.orig	2015-07-22 12:12:52.579370846 +0200
+++ fasthenry-3.0/src/fasthenry/sparse/spUtils.c	2015-07-22 12:14:09.636275633 +0200
@@ -107,6 +107,7 @@
 #include "spDefs.h"
 
 
+static RealNumber ComplexCondition( MatrixPtr, RealNumber, int* );
 
 
 
'>Commit message (Collapse)Author 2022-06-24tests: ldap: Increase VM memory size.Timotej Lazar With the default limit of 512 MB the test sometimes fails, in different ways. Fixes https://issues.guix.gnu.org/55206. * gnu/tests/ldap.scm (run-ldap-test): Increase memory size to 1024 MiB. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> an>Marius Bakke 2020-07-02gnu: Add drbd-utils....* gnu/packages/cluster.scm (drbd-utils): New variable. Marius Bakke