gnu: libgc: Update to 7.6.6.
[jackhill/guix/guix.git] / gnu / packages / patches / fasthenry-spBuild.patch
CommitLineData
23bae7bb
FB
1Add forward declarations.
2
3--- fasthenry-3.0/src/fasthenry/sparse/spBuild.c.orig 2015-07-22 10:13:30.884638176 +0200
4+++ fasthenry-3.0/src/fasthenry/sparse/spBuild.c 2015-07-22 13:08:48.862973419 +0200
5@@ -106,6 +106,8 @@
6 #include "spDefs.h"
7
8
9+static void Translate( MatrixPtr, int*, int* );
10+static ExpandTranslationArrays( MatrixPtr, register int );
11
12
13