13 lines
579 B
Text
13 lines
579 B
Text
$NetBSD: patch-ad,v 1.1 2002/11/06 06:52:01 sjg Exp $
|
|
|
|
--- libg++/src/ACG.cc.old Sun Nov 3 21:40:07 2002
|
|
+++ libg++/src/ACG.cc Sun Nov 3 21:37:55 2002
|
|
@@ -110,7 +110,7 @@ Foundation, 59 Temple Place - Suite 330,
|
|
// to adjust the size of the table at the expense of shorter sequences.
|
|
//
|
|
|
|
-static randomStateTable[][3] = {
|
|
+static int randomStateTable[][3] = {
|
|
{3,7,16}, {4,9, 32}, {3,10, 32}, {1,11, 32}, {1,15,64}, {3,17,128},
|
|
{7,18,128}, {3,20,128}, {2,21, 128}, {1,22, 128}, {5,23, 128}, {3,25, 128},
|
|
{2,29, 128}, {3,31, 128}, {13,33, 256}, {2,35, 256}, {11,36, 256},
|