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:
parent
c7303e411e
commit
46142b263c
@ -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
|
||||
|
@ -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 ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user