summaryrefslogtreecommitdiffstats
path: root/gcc/java/decl.c
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-16 22:45:07 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-16 22:45:07 +0000
commit44710af9295f17dac0e1a387334bf58c263e3508 (patch)
tree03760bd34568dc82ee4fe60c48239d00355400ae /gcc/java/decl.c
parenta21b77da159cea8ce6d749bda15ec1250671372d (diff)
downloadppe42-gcc-44710af9295f17dac0e1a387334bf58c263e3508.tar.gz
ppe42-gcc-44710af9295f17dac0e1a387334bf58c263e3508.zip
* decl.c (init_decl_processing): Call init_class_processing before
anything else. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36892 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r--gcc/java/decl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c
index 7d5c165f5e2..5ae29856026 100644
--- a/gcc/java/decl.c
+++ b/gcc/java/decl.c
@@ -429,6 +429,8 @@ init_decl_processing ()
tree field = NULL_TREE;
tree t;
+ init_class_processing ();
+
current_function_decl = NULL;
current_binding_level = NULL_BINDING_LEVEL;
free_binding_level = NULL_BINDING_LEVEL;
@@ -903,7 +905,6 @@ init_decl_processing ()
build_function_type (long_type_node, t),
0, NOT_BUILT_IN, NULL_PTR);
- init_class_processing ();
init_jcf_parse ();
/* Register nodes with the garbage collector. */
OpenPOWER on IntegriCloud