aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r--gcc/java/java-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index 2925c04..9a1e964 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -139,7 +139,7 @@ extern int flag_not_overriding;
extern int flag_static_local_jdk1_1;
/* The Java .class file that provides main_class; the main input file. */
-extern struct JCF main_jcf[1], *current_jcf;
+extern struct JCF *current_jcf;
typedef struct CPool constant_pool;