Commit 46142b26 by Alexandre Petit-Bianco Committed by Alexandre Petit-Bianco

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
parent c7303e41
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> 2000-12-04 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (patch_method_invocation): Pick the correct enclosing * parse.y (patch_method_invocation): Pick the correct enclosing
......
...@@ -7200,7 +7200,7 @@ static void ...@@ -7200,7 +7200,7 @@ static void
end_artificial_method_body (mdecl) end_artificial_method_body (mdecl)
tree mdecl; tree mdecl;
{ {
BLOCK_EXPR_BODY (DECL_FUNCTION_BODY (mdecl)) = exit_blcok (); BLOCK_EXPR_BODY (DECL_FUNCTION_BODY (mdecl)) = exit_block ();
exit_block (); exit_block ();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment