diff options
author | Alexandre Petit-Bianco <apbianco@cygnus.com> | 2000-07-22 04:36:13 +0000 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2000-07-21 21:36:13 -0700 |
commit | f4530f43e7dd7b2eed91497b3ea6c29c58ac6e37 (patch) | |
tree | b371a34ba4d0389c4450bb0a5cca44ee5df6dd40 /gcc/java/ChangeLog | |
parent | ed7d4ce863e8c76041f4664b49ed048ddb7af8bb (diff) | |
download | gcc-f4530f43e7dd7b2eed91497b3ea6c29c58ac6e37.zip gcc-f4530f43e7dd7b2eed91497b3ea6c29c58ac6e37.tar.gz gcc-f4530f43e7dd7b2eed91497b3ea6c29c58ac6e37.tar.bz2 |
parse.y (simple_name:): Fixed typo in error message.
2000-07-21 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (simple_name:): Fixed typo in error message.
(http://gcc.gnu.org/ml/gcc-patches/2000-07/msg00881.html)
From-SVN: r35186
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r-- | gcc/java/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 90de016..a6940b4 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,5 +1,9 @@ 2000-07-21 Alexandre Petit-Bianco <apbianco@cygnus.com> + * parse.y (simple_name:): Fixed typo in error message. + +2000-07-21 Alexandre Petit-Bianco <apbianco@cygnus.com> + * parse.y (java_complete_lhs): LOOP_EXPR:, SWITCH_EXPR: the node or its first operand can be error marks. |