diff options
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/java/builtins.c | 3 | ||||
-rw-r--r-- | gcc/java/decl.c | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index ffd0b6b..4076a77 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,9 @@ +2002-02-27 Zack Weinberg <zack@codesourcery.com> + + * builtins.c, decl.c: Delete traditional-mode-related code + copied from the C front end but not used, or used only to + permit the compiler to link. + 2002-02-22 Tom Tromey <tromey@redhat.com> Fix for PR java/2369: diff --git a/gcc/java/builtins.c b/gcc/java/builtins.c index 1ac37fb..832e643 100644 --- a/gcc/java/builtins.c +++ b/gcc/java/builtins.c @@ -281,11 +281,8 @@ initialize_builtins () /* Work around C-specific junk in builtin-types.def. */ #define intmax_type_node NULL_TREE -#define traditional_ptr_type_node NULL_TREE -#define traditional_cptr_type_node NULL_TREE #define c_size_type_node NULL_TREE #define const_string_type_node NULL_TREE -#define traditional_len_type_node NULL_TREE #define va_list_ref_type_node NULL_TREE #define va_list_arg_type_node NULL_TREE #define flag_isoc99 0 diff --git a/gcc/java/decl.c b/gcc/java/decl.c index b76f46f..f9bbc9f 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -323,8 +323,6 @@ static tree named_labels; static tree shadowed_labels; #endif -int flag_traditional; - tree java_global_trees[JTI_MAX]; /* Build (and pushdecl) a "promoted type" for all standard |