aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.c
diff options
context:
space:
mode:
authorJoerg Brunsmann <joerg.brunsmann@fernuni-hagen.de>2000-02-15 22:54:21 +0000
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2000-02-15 14:54:21 -0800
commita003f638eeb6ad379286d86e43a66bab17d9c96e (patch)
tree376d7b70ee87d6b80244dcca32c59bec159a17bc /gcc/java/gjavah.c
parentabfb784400c0b14002eb09a26015e71426fc9c8a (diff)
downloadgcc-a003f638eeb6ad379286d86e43a66bab17d9c96e.zip
gcc-a003f638eeb6ad379286d86e43a66bab17d9c96e.tar.gz
gcc-a003f638eeb6ad379286d86e43a66bab17d9c96e.tar.bz2
gjavah.c: Delete ACC_VISIBILITY define.
Mon Jan 18 14:30:09 2000 Joerg Brunsmann <joerg.brunsmann@fernuni-hagen.de> * gjavah.c: Delete ACC_VISIBILITY define. * jcf.h: Add ACC_VISIBILITY define. * parse.y: final: rule tagged <value>. (java_check_regular_methods): Use ACC_VISIBILITY define for default package access check. (local_variable_declaration_statement): Use final: rule. From-SVN: r31992
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r--gcc/java/gjavah.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c
index a8b9c36..595e1da 100644
--- a/gcc/java/gjavah.c
+++ b/gcc/java/gjavah.c
@@ -89,8 +89,6 @@ struct JCF *current_jcf;
If 0 then we haven't previously examined any field. */
static JCF_u2 last_access;
-#define ACC_VISIBILITY (ACC_PUBLIC | ACC_PRIVATE | ACC_PROTECTED)
-
/* Pass this macro the flags for a class and for a method. It will
return true if the method should be considered `final'. */
#define METHOD_IS_FINAL(Class, Method) \