From-SVN: r36062
This commit is contained in:
Jason Merrill 2000-08-30 06:20:22 -04:00
parent 38998e1476
commit c7cb8979c3
2 changed files with 3 additions and 3 deletions

View File

@ -219,7 +219,7 @@ DEFTREECODE (PSEUDO_DTOR_EXPR, "pseudo_dtor_expr", 'e', 3)
function. */
DEFTREECODE (SUBOBJECT, "subobject", 'e', 1)
/* An CTOR_STMT marks the beginning (if CTOR_BEGIN_P holds) or end of
a contstructor (if CTOR_END_P) holds. At the end of a constructor,
a constructor (if CTOR_END_P) holds. At the end of a constructor,
the cleanups associated with any SUBOBJECT_CLEANUPS need no longer
be run. */
DEFTREECODE (CTOR_STMT, "ctor_stmt", 'e', 0)

View File

@ -3044,8 +3044,8 @@ finish_objects (method_type, initp, body)
const char *fnname;
tree fn;
/* Finish up. */
finish_compound_stmt(/*has_no_scope=*/0, body);
/* Finish up. */
finish_compound_stmt (/*has_no_scope=*/0, body);
fn = finish_function (0);
expand_body (fn);