Commit 19a4e5b7 by Andrew Pinski Committed by Andrew Pinski

parse.y (catch_clause_parameter): Fix typo.

2003-12-25  Andrew Pinski  <pinskia@physics.uc.edu>

        * parse.y (catch_clause_parameter): Fix typo.

From-SVN: r75025
parent 365fc276
2003-12-25 Andrew Pinski <pinskia@physics.uc.edu>
* parse.y (catch_clause_parameter): Fix typo.
PR java/13404
* parse.y: (catch_clause_parameter): Return early if $3, aka
formal_parameter, is null.
......
......@@ -1909,7 +1909,7 @@ catch_clause_parameter:
tree init;
if ($3)
{
cppb = enter_block ();
ccpb = enter_block ();
init = build_assignment
(ASSIGN_TK, $2.location, TREE_PURPOSE ($3),
build (JAVA_EXC_OBJ_EXPR, ptr_type_node));
......
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