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 ); n/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/store-deduplication.scm
AgeCommit message (Expand)Author
2018-12-14deduplication: Gracefully handle ENOSPC raised by 'link' calls....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-07-03deduplication: Place link files under /gnu/store/.links....Ludovic Courtès
2018-06-14deduplicate: Fix a couple of thinkos....Ludovic Courtès
2018-06-01Add (guix store deduplication)....Caleb Ristvedt