aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.h
diff options
context:
space:
mode:
author(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-26 22:20:04 +0000
committer(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-26 22:20:04 +0000
commitf320c3ac365f33ed8f571937331e47bd6fea30c1 (patch)
treec08f6bd797dfa24d348853d46c27e28d1e799194 /gcc/java/parse.h
parent1373952868cb7ac8a23bc9f8f292cb61ef65c652 (diff)
This commit was manufactured by cvs2svn to create taggcc-3_2-branchpoint
'gcc-3_2-branchpoint'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/gcc-3_2-branchpoint@55784 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/parse.h')
-rw-r--r--gcc/java/parse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/java/parse.h b/gcc/java/parse.h
index 1d8bb05ef0f..4a15cf1792d 100644
--- a/gcc/java/parse.h
+++ b/gcc/java/parse.h
@@ -80,7 +80,8 @@ extern tree stabilize_reference PARAMS ((tree));
ACC_STATIC|ACC_FINAL|ACC_SYNCHRONIZED|ACC_NATIVE| \
ACC_STRICT
#define INTERFACE_MODIFIERS ACC_PUBLIC|ACC_ABSTRACT|ACC_STRICT
-#define INTERFACE_INNER_MODIFIERS ACC_PUBLIC|ACC_PROTECTED|ACC_ABSTRACT|ACC_STATIC
+#define INTERFACE_INNER_MODIFIERS ACC_PUBLIC|ACC_PROTECTED|ACC_ABSTRACT| \
+ ACC_STATIC|ACC_PRIVATE
#define INTERFACE_METHOD_MODIFIERS ACC_PUBLIC|ACC_ABSTRACT
#define INTERFACE_FIELD_MODIFIERS ACC_PUBLIC|ACC_STATIC|ACC_FINAL
@@ -762,7 +763,7 @@ struct parser_ctxt {
/* This section is defined only if we compile jc1 */
#ifndef JC1_LITE
- tree modifier_ctx [11]; /* WFL of modifiers */
+ tree modifier_ctx [12]; /* WFL of modifiers */
tree class_type; /* Current class */
tree function_decl; /* Current function decl, save/restore */