From f903ebb1d5a56c850f8269b5a143598cc740fc0a Mon Sep 17 00:00:00 2001 From: "J. David Anglin" Date: Thu, 14 Sep 2000 01:03:24 +0000 Subject: [PATCH] * init.c (begin_init_stmts): Don't use // comments. From-SVN: r36399 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/init.c | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ddf6086c429..4a75cb66cee 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 f39f37f4e9b..5a8696519f1 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 -- 2.30.2