summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-ay
blob: 1b1a59231b634daa2eaf5378b40bb93121be530e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
$NetBSD: patch-ay,v 1.2 2012/12/25 21:14:17 joerg 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 void InitializeElementBlocks(MatrixPtr, int, int);
+static void RecordAllocation(MatrixPtr, char *);
+static void AllocateBlockOfAllocationList(MatrixPtr);
 
 
 /*
@@ -402,7 +402,7 @@ ElementPtr  pElement;
  *  spNO_MEMORY
  */
 
-static
+static void
 InitializeElementBlocks( Matrix, InitialNumberOfElements,
                          NumberOfFillinsExpected )
 
@@ -545,11 +545,8 @@ ElementPtr  pFillins;
  *  spNO_MEMORY
  */
 
-static
-RecordAllocation( Matrix, AllocatedPtr )
-
-MatrixPtr Matrix;
-char  *AllocatedPtr;
+static void
+RecordAllocation( MatrixPtr Matrix, char *AllocatedPtr )
 {
 /* Begin `RecordAllocation'. */
 /*
@@ -602,7 +599,7 @@ char  *AllocatedPtr;
  *  spNO_MEMORY
  */
 
-static
+static void
 AllocateBlockOfAllocationList( Matrix )
 
 MatrixPtr Matrix;