Class.h (_Jv_FindInterpreterMethod): Change return type to _Jv_MethodBase instead...
authorKeith Seitz <keiths@redhat.com>
Wed, 6 Sep 2006 22:16:59 +0000 (22:16 +0000)
committerKeith Seitz <kseitz@gcc.gnu.org>
Wed, 6 Sep 2006 22:16:59 +0000 (22:16 +0000)
commit3056423a31d1794bfa65dddecc9f07f3a44beb73
tree48e1f84c5ed7b481b33fe4c2ee02c993dec80dd0
parent1b65e501440045f6f7c84e3eca36da0ee9899e33
Class.h (_Jv_FindInterpreterMethod): Change return type to _Jv_MethodBase instead of _Jv_InterpMethod.

        * java/lang/Class.h (_Jv_FindInterpreterMethod): Change return type
        to _Jv_MethodBase instead of _Jv_InterpMethod.
        * java/lang/natClass.cc (_Jv_FindInterpreterMethod): Likewise.
        Do not check access flags.
        Fix some minor style anomalies.

From-SVN: r116730
libjava/ChangeLog
libjava/java/lang/Class.h
libjava/java/lang/natClass.cc