diff options
Diffstat (limited to 'biology/phrap/files/patch-nodes.c')
-rw-r--r-- | biology/phrap/files/patch-nodes.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/biology/phrap/files/patch-nodes.c b/biology/phrap/files/patch-nodes.c new file mode 100644 index 000000000000..50af42003571 --- /dev/null +++ b/biology/phrap/files/patch-nodes.c @@ -0,0 +1,19 @@ +--- ./nodes.c.orig 2008-08-31 03:44:15.000000000 +0200 ++++ ./nodes.c 2014-08-02 12:39:30.000000000 +0200 +@@ -31,6 +31,8 @@ + extern Parameters *parameters; /* exported */ + extern double *scaled_err_probs; + int *contig_graph_weights; ++ ++void nr_tarjan(int); + + set_contig_graph_weights() + { +@@ -679,6 +681,7 @@ + curr_state->calling_point = calling_point; + } + ++void + nr_tarjan(k) + int k; + { |