decl.c (complete_start_java_method): Don't call _Jv_InitClass from <clinit>
Wed Apr 26 14:29:33 2000 Alexandre Petit-Bianco <apbianco@cygnus.com> * decl.c (complete_start_java_method): Don't call _Jv_InitClass from <clinit> From-SVN: r33493
This commit is contained in:
parent
40f4ae3280
commit
ad81223cbf
@ -1,3 +1,8 @@
|
||||
Wed Apr 26 14:29:33 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
||||
|
||||
* decl.c (complete_start_java_method): Don't call _Jv_InitClass
|
||||
from <clinit>
|
||||
|
||||
2000-04-26 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* zextract.c (find_zip_file_start): New function.
|
||||
|
@ -1692,6 +1692,7 @@ complete_start_java_method (fndecl)
|
||||
|
||||
if (METHOD_STATIC (fndecl) && ! METHOD_PRIVATE (fndecl)
|
||||
&& ! flag_emit_class_files
|
||||
&& ! DECL_CLINIT_P (fndecl)
|
||||
&& ! CLASS_INTERFACE (TYPE_NAME (current_class)))
|
||||
{
|
||||
tree clas = DECL_CONTEXT (fndecl);
|
||||
|
Loading…
Reference in New Issue
Block a user