* init.c (begin_init_stmts): Don't use // comments.
authorJ. David Anglin <dave@hiauly1.hia.nrc.ca>
Thu, 14 Sep 2000 01:03:24 +0000 (01:03 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 14 Sep 2000 01:03:24 +0000 (19:03 -0600)
From-SVN: r36399

gcc/cp/ChangeLog
gcc/cp/init.c

index ddf6086..4a75cb6 100644 (file)
@@ -1,3 +1,7 @@
+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
index f39f37f..5a86965 100644 (file)
@@ -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