summaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
diff options
context:
space:
mode:
authorJ. David Anglin <dave@hiauly1.hia.nrc.ca>2000-09-14 01:03:24 +0000
committerJeff Law <law@gcc.gnu.org>2000-09-13 19:03:24 -0600
commitf903ebb1d5a56c850f8269b5a143598cc740fc0a (patch)
tree8d8eb139cfa60d3db52a62c111c26744375fde68 /gcc/cp/init.c
parent2979107801062274996feb3bb609c0b2f9d6a2a3 (diff)
downloadgcc-f903ebb1d5a56c850f8269b5a143598cc740fc0a.tar.gz
* init.c (begin_init_stmts): Don't use // comments.
From-SVN: r36399
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r--gcc/cp/init.c6
1 files changed, 4 insertions, 2 deletions
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