semantics.c (begin_global_stmt_expr): Adjust expand_start_stmt_expr invocation.

* semantics.c (begin_global_stmt_expr): Adjust
expand_start_stmt_expr invocation.

From-SVN: r47608
This commit is contained in:
Alexandre Oliva 2001-12-04 10:30:47 +00:00 committed by Alexandre Oliva
parent d1bd43d950
commit 5e9b6df8b4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-12-04 Alexandre Oliva <aoliva@redhat.com>
* semantics.c (begin_global_stmt_expr): Adjust
expand_start_stmt_expr invocation.
2001-12-04 Nathan Sidwell <nathan@codesourcery.com>
* pt.c (end_template_parm_list): Clear TREE_CHAIN of each parm.

View File

@ -1292,7 +1292,7 @@ begin_global_stmt_expr ()
keep_next_level (1);
return (last_tree != NULL_TREE) ? last_tree : expand_start_stmt_expr();
return (last_tree != NULL_TREE) ? last_tree : expand_start_stmt_expr(1);
}
/* Finish the STMT_EXPR last begun with begin_global_stmt_expr. */