Commit 5e9b6df8 by Alexandre Oliva Committed by Alexandre Oliva

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
parent d1bd43d9
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.
......
......@@ -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. */
......
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