gjavah.c (throwable_p): Accept argument as either a classname or signature fragment.
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>
Mon, 10 Jun 2002 03:47:36 +0000 (03:47 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Mon, 10 Jun 2002 03:47:36 +0000 (04:47 +0100)
commit64e681975f04989ec97510232cca2218da327f11
treeb37f58ee3a6c4af026d730a6d84392a97ac25578
parent4272287154145e6a9fa46740f7c48999eb9e1866
gjavah.c (throwable_p): Accept argument as either a classname or signature fragment.

* gjavah.c (throwable_p): Accept argument as either a classname or
signature fragment. Create null-terminated classname string for super
when calling itself recursively.
(decode_signature_piece): Skip first character from class name
signature when calling throwable_p.

From-SVN: r54427
gcc/java/ChangeLog
gcc/java/gjavah.c