diff options
author | Alexandre Petit-Bianco <apbianco@cygnus.com> | 2000-01-29 22:40:07 +0000 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2000-01-29 14:40:07 -0800 |
commit | f8989a66b88d9b4fa6cad40e5266a29696655764 (patch) | |
tree | b89a58f820f86bae4757bbef8cd5acd0505d0889 /gcc/java/java-tree.def | |
parent | 114356ad7c0d15bfc2e5687e3fe530b7ebd54a50 (diff) | |
download | gcc-f8989a66b88d9b4fa6cad40e5266a29696655764.zip gcc-f8989a66b88d9b4fa6cad40e5266a29696655764.tar.gz gcc-f8989a66b88d9b4fa6cad40e5266a29696655764.tar.bz2 |
[multiple changes]
2000-01-29 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (formal_parameter:): Set `$$' to NULL_TREE for better
error handling/recovery.
* java-tree.h (SYNCHRONIZED_EXPR): Fixed typo in comment.
Wed Jan 12 20:20:11 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
* jcf-write.c (generate_bytecode_insns): binop: Change the type of
the shift value to int. Fixed typo in comment.
From-SVN: r31695
Diffstat (limited to 'gcc/java/java-tree.def')
-rw-r--r-- | gcc/java/java-tree.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/java-tree.def b/gcc/java/java-tree.def index ead1924..ebc11f7 100644 --- a/gcc/java/java-tree.def +++ b/gcc/java/java-tree.def @@ -51,7 +51,7 @@ DEFTREECODE (TRY_EXPR, "try-catch-finally", 'e', 2) DEFTREECODE (CATCH_EXPR, "catch", '1', 1) /* Synchronized statement. - Operand 0 is the expression on which we whish to synchronize, + Operand 0 is the expression on which we wish to synchronize, Operand 1 is the synchronized expression block. */ DEFTREECODE (SYNCHRONIZED_EXPR, "synchronized", 'e', 2) |