diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1998-12-12 13:48:14 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-12-12 13:48:14 -0800 |
commit | 63a212ed3ebf5dc66bfc604baa98431c39444e89 (patch) | |
tree | 3618f3490d406530e474caa40d130508ce032f6e /gcc/java/java-tree.h | |
parent | 502f194fa0b65cb5e3bcd62e19567fa097176af3 (diff) | |
download | gcc-63a212ed3ebf5dc66bfc604baa98431c39444e89.zip gcc-63a212ed3ebf5dc66bfc604baa98431c39444e89.tar.gz gcc-63a212ed3ebf5dc66bfc604baa98431c39444e89.tar.bz2 |
Loks of changes so we can better compile from source.
8
Loks of changes so we can better compile from source. See ChangeLog.
From-SVN: r24280
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index f220a46..2653126 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -419,9 +419,6 @@ struct lang_identifier slot_number in decl_map. */ #define DECL_LOCAL_SLOT_CHAIN(NODE) \ (((struct lang_decl_var*)DECL_LANG_SPECIFIC(NODE))->slot_chain) -/* For a static field seen from the parser, it holds its associated - value, the one returned when the field is looked up. */ -#define DECL_LOCAL_STATIC_VALUE(NODE) DECL_LOCAL_SLOT_CHAIN (NODE) /* DECL_LANG_SPECIFIC for FUNCTION_DECLs. */ struct lang_decl |