diff options
| author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-12 21:48:14 +0000 |
|---|---|---|
| committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-12 21:48:14 +0000 |
| commit | ad6e11c6697b9c188cda66f68970ab1d36fae195 (patch) | |
| tree | 3618f3490d406530e474caa40d130508ce032f6e /gcc/java/java-tree.h | |
| parent | 087b842d4d886b93fc6538ef77ed1cd5bca97494 (diff) | |
| download | ppe42-gcc-ad6e11c6697b9c188cda66f68970ab1d36fae195.tar.gz ppe42-gcc-ad6e11c6697b9c188cda66f68970ab1d36fae195.zip | |
8
Loks of changes so we can better compile from source. See ChangeLog.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24280 138bc75d-0d04-0410-961f-82ee72b054a4
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 f220a465fa2..265312690c5 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 |

