From ec5bb3cfb0fa99afb261b589bb238e830d341e94 Mon Sep 17 00:00:00 2001 From: Alexandre Petit-Bianco Date: Fri, 19 May 2000 16:17:20 +0000 Subject: parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be processed by the method's switch statement. 2000-04-17 Alexandre Petit-Bianco * parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be processed by the method's switch statement. From-SVN: r34024 --- gcc/java/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/java/ChangeLog') diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 26261b6..a486f92 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2000-04-17 Alexandre Petit-Bianco + + * parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be + processed by the method's switch statement. + 2000-05-19 Tom Tromey * java-tree.h: Added init state enum. -- cgit v1.1