parse.y (end_artificial_method_body): Fixed typo.

2000-12-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (end_artificial_method_body): Fixed typo.

(http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00320.html)

From-SVN: r38071
This commit is contained in:
Alexandre Petit-Bianco 2000-12-06 20:02:02 +00:00 committed by Alexandre Petit-Bianco
parent c7303e411e
commit 46142b263c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-12-06 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (end_artificial_method_body): Fixed typo.
2000-12-04 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (patch_method_invocation): Pick the correct enclosing

View File

@ -7200,7 +7200,7 @@ static void
end_artificial_method_body (mdecl)
tree mdecl;
{
BLOCK_EXPR_BODY (DECL_FUNCTION_BODY (mdecl)) = exit_blcok ();
BLOCK_EXPR_BODY (DECL_FUNCTION_BODY (mdecl)) = exit_block ();
exit_block ();
}