Commit 43a5a542 by Doug Evans

* (build_compound_expr): insert missing return

From-SVN: r3394
parent 222727e8
......@@ -3635,7 +3635,7 @@ tree
build_compound_expr (list)
tree list;
{
internal_build_compound_expr (list, TRUE);
return internal_build_compound_expr (list, TRUE);
}
static tree
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment