aboutsummaryrefslogtreecommitdiff
Add forward declarations.

--- fasthenry-3.0/src/fasthenry/sparse/spSolve.c.orig	2015-07-22 12:06:20.502771958 +0200
+++ fasthenry-3.0/src/fasthenry/sparse/spSolve.c	2015-07-22 12:12:03.822798513 +0200
@@ -95,6 +95,7 @@
 #include "spDefs.h"
 
 
+static void SolveComplexMatrix( MatrixPtr, RealVector, RealVector );
 
 
 
46f92d07df04e5d700924edd027ed1e2ef11'>nginx-socket-cloexec.patch
AgeCommit message (Expand)Author
2020-10-14gnu: Add nginx-socket-cloexec....* gnu/packages/patches/nginx-socket-cloexec.patch: New file. * gnu/local.mk (dist_patch_DATA): Add this. * gnu/packages/web.scm (nginx-socket-cloexec): New variable. Oleg Pykhalov