re GNATS gcj/211 (gcjh doesn't handle method names that are reserved C++ keywords)
authorTom Tromey <tromey@cygnus.com>
Tue, 18 Apr 2000 16:13:16 +0000 (16:13 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 18 Apr 2000 16:13:16 +0000 (16:13 +0000)
commit83c1f6283efe9b71a6ea71a3761aa2110214be5b
treee4ca41a5124e1ae8e90723c3701ab5a6f3a301aa
parent44c0139162bcd8fdd89faeef303e0d3253e709ba
re GNATS gcj/211 (gcjh doesn't handle method names that are reserved C++ keywords)

PR gcj/211:
* gjavah.c (utf8_cmp): Changed return value.
(cxx_keyword_subst): Handle all C++ keywords.  Allocate new return
result.
(cxx_keywords): New global.
(get_field_name): Handle new result of cxx_keyword_subst.
(print_method_info): Likewise.

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