]> gcc.gnu.org Git - gcc.git/commit - gcc/java/ChangeLog
gjavah.c (add_class_decl): Only generate `#include' if outer class is not the name...
authorTom Tromey <tromey@cygnus.com>
Fri, 26 Feb 1999 12:49:52 +0000 (12:49 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 26 Feb 1999 12:49:52 +0000 (12:49 +0000)
commit686fb236788dd10e553cc60c807067a24542232a
tree8599c5659cc73a42a87a116ae166ce117808fa9d
parent5f56af5a8d207f088d752e59d855e27a8f39b579
gjavah.c (add_class_decl): Only generate `#include' if outer class is not the name of the class we are...

* gjavah.c (add_class_decl): Only generate `#include' if outer
class is not the name of the class we are processing.  Correctly
append `.h' in #include.
(process_file): Clean up newlines around generated `#include's.
(decode_signature_piece): Correctly handle inner classes.
(struct include): New structure.
(all_includes): New global.
(print_include): New function.
(add_class_decl): Use it.
(process_file): Likewise.
(add_class_decl): Generate include for java-array.h if array
seen.
(process_file): Don't generate java-array.h include.

From-SVN: r25460
gcc/java/ChangeLog
gcc/java/gjavah.c
This page took 0.059309 seconds and 5 git commands to generate.