Commit f903ebb1 by J. David Anglin Committed by Jeff Law

* init.c (begin_init_stmts): Don't use // comments.

From-SVN: r36399
parent 29791078
2000-09-13 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* init.c (begin_init_stmts): Don't use // comments.
2000-09-12 Jason Merrill <jason@redhat.com>
* decl.c (maybe_deduce_size_from_array_init): Set do_default for
......
......@@ -98,8 +98,10 @@ begin_init_stmts (stmt_expr_p, compound_stmt_p)
if (building_stmt_tree ())
*compound_stmt_p = begin_compound_stmt (/*has_no_scope=*/1);
// else
// *compound_stmt_p = genrtl_begin_compound_stmt (has_no_scope=1);
/*
else
*compound_stmt_p = genrtl_begin_compound_stmt (has_no_scope=1);
*/
}
/* Finish out the statement-expression begun by the previous call to
......
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