aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
diff options
context:
space:
mode:
authorMatt Austern <austern@apple.com>2003-03-20 21:14:30 +0000
committerMatt Austern <austern@gcc.gnu.org>2003-03-20 21:14:30 +0000
commita260bce67642765094ec0bbfa3687876c7a2f51c (patch)
tree4beefd450f4f5c3baa474b410f8a4e40a2189ca2 /libjava/java
parentd0940a55f800ad463e270ab8c86dfc53600a49a6 (diff)
downloadgcc-a260bce67642765094ec0bbfa3687876c7a2f51c.zip
gcc-a260bce67642765094ec0bbfa3687876c7a2f51c.tar.gz
gcc-a260bce67642765094ec0bbfa3687876c7a2f51c.tar.bz2
cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray.
* cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray. (unemitted_tinfo_decl_p): Remove. (emit_tinfo_decl): Change declaration to remove unused parameter. * decl2.c (finish_file): Change tinfo emission to loop through unemitted_tinfo_decls array instead of looping through all decls. * rtti.c (unemitted_tinfo_decl_p): Declare as static, remove unused second parameter. (init_rtti_processing): initialize unemitted_tinfo_decls varray. (get_tinfo_decls): push new tinfo decl on unemitted_tinfo_decls. (emit_tinfo_decl): remove unused second parameter, add assertion that decl hasn't already been emitted. From-SVN: r64621
Diffstat (limited to 'libjava/java')
0 files changed, 0 insertions, 0 deletions