7da5ddc215
with SunPro.
15 lines
628 B
Text
15 lines
628 B
Text
$NetBSD: patch-bj,v 1.1 2006/01/18 23:24:12 rillig Exp $
|
|
|
|
SunPro says: void functions cannot return a value.
|
|
|
|
--- src/quals.c.orig 2003-09-25 00:36:49.000000000 +0200
|
|
+++ src/quals.c 2006-01-16 14:38:37.833882000 +0100
|
|
@@ -2714,7 +2714,7 @@ void traverse_error_path_edges(qual q,bo
|
|
void cs_traverse_error_path_edges(qual q,bool expand_summaries, bool nonerrors,
|
|
edge_traverse_fn f,void* arg)
|
|
{
|
|
- return traverse_error_path_edges (q, expand_summaries, nonerrors, f, arg);
|
|
+ traverse_error_path_edges (q, expand_summaries, nonerrors, f, arg);
|
|
}
|
|
|
|
/* Call f(q', arg) for every node q' on all paths from qualifier q to
|