* cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP): Redefine.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Mon, 25 Mar 2002 19:30:31 +0000 (19:30 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 25 Mar 2002 19:30:31 +0000 (19:30 +0000)
From-SVN: r51329

gcc/cp/ChangeLog
gcc/cp/cp-lang.c

index 8c66270..15063de 100644 (file)
@@ -4,6 +4,7 @@
        * decl.c (destroy_local_var, hack_incomplete_structures): Update.
        (maybe_build_cleanup): Rename cxx_maybe_build_cleanup.
        * tree.c (build_target_expr): Update.
+       * cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP): Redefine.
 
 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
 
index 619e4f0..29f3441 100644 (file)
@@ -57,6 +57,8 @@ static bool ok_to_generate_alias_set_for_type PARAMS ((tree));
 #define LANG_HOOKS_DUP_LANG_SPECIFIC_DECL cxx_dup_lang_specific_decl
 #undef LANG_HOOKS_UNSAVE_EXPR_NOW
 #define LANG_HOOKS_UNSAVE_EXPR_NOW cxx_unsave_expr_now
+#undef LANG_HOOKS_MAYBE_BUILD_CLEANUP
+#define LANG_HOOKS_MAYBE_BUILD_CLEANUP cxx_maybe_build_cleanup
 #undef LANG_HOOKS_PRINT_STATISTICS
 #define LANG_HOOKS_PRINT_STATISTICS cxx_print_statistics
 #undef LANG_HOOKS_PRINT_XNODE