From: J. David Anglin Date: Thu, 14 Sep 2000 01:03:24 +0000 (+0000) Subject: * init.c (begin_init_stmts): Don't use // comments. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f903ebb1d5a56c850f8269b5a143598cc740fc0a;p=platform%2Fupstream%2Fgcc.git * init.c (begin_init_stmts): Don't use // comments. From-SVN: r36399 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ddf6086..4a75cb66 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2000-09-13 J. David Anglin + + * init.c (begin_init_stmts): Don't use // comments. + 2000-09-12 Jason Merrill * decl.c (maybe_deduce_size_from_array_init): Set do_default for diff --git a/gcc/cp/init.c b/gcc/cp/init.c index f39f37f..5a86965 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -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