pkgsrc-wip/sis/patches/patch-af
2006-12-17 20:51:30 +00:00

21 lines
743 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-af,v 1.1 2006/12/17 20:51:30 dhowland Exp $
--- sis/pld/xln_merge.c.orig 2005-03-08 00:31:12.000000000 -0500
+++ sis/pld/xln_merge.c
@@ -284,6 +284,8 @@ array_t *match1_array, *match2_a
}
+static sm_row *xln_merge_find_neighbor_of_row1_with_minimum_neighbors();
+
/*----------------------------------------------------------------------------------------------------
An alternate to lindo option. Uses greedy merging. A node with minimum mergeable nodes is picked
@@ -296,7 +298,6 @@ xln_merge_nodes_without_lindo(coeff, can
{
node_t *n1, *n2;
sm_row *row1, *row2;
- static sm_row *xln_merge_find_neighbor_of_row1_with_minimum_neighbors();
while (TRUE) {
row1 = sm_shortest_row(coeff);