* (build_compound_expr): insert missing return
From-SVN: r3394
This commit is contained in:
parent
222727e8f6
commit
43a5a54258
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user