2003-12-25 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Dec 2003 21:01:17 +0000 (21:01 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Dec 2003 21:01:17 +0000 (21:01 +0000)
        * parse.y (catch_clause_parameter): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75025 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/parse.y

index 277ba9b..2fa7728 100644 (file)
@@ -1,5 +1,7 @@
 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.
index 7dfb572..c8b4596 100644 (file)
@@ -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));