blob: d1e81ac205a9c8f59fab8854fa71b4f0f71f59d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ay,v 1.1 2006/06/21 14:56:51 minskim Exp $
--- src/fasthenry/sparse/spAllocate.c.orig 2004-08-03 22:17:17.000000000 +0000
+++ src/fasthenry/sparse/spAllocate.c
@@ -106,9 +106,9 @@ static char RCSid[] =
#include "spMatrix.h"
#include "spDefs.h"
-
-
-
+static InitializeElementBlocks(MatrixPtr, int, int);
+static RecordAllocation(MatrixPtr, char *);
+static AllocateBlockOfAllocationList(MatrixPtr);
/*
|