]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/ChangeLog
Makefile.in: Update.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
index 7a139f4d52d47e8339cf1c63f931327b1081d9c5..67c67b8682eecddbb0a6c11b1dec8a3b227eed5a 100644 (file)
@@ -1,3 +1,13 @@
+2002-04-20  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cp-lang.c (LANG_HOOKS_FUNCTION_INIT,
+       LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_MARK): Redefine.
+       * cp-tree.h (cxx_push_function_context, cxx_pop_function_context,
+       cxx_mark_function_context): New.
+       * decl.c (push_cp_function_context, pop_cp_function_context,
+       mark_cp_function_context): Rename for consistency.
+       (cxx_init_decl_processing): Don't set old hooks.
+
 2002-04-19  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * call.c (convert_type_from_ellipsis): Rename, update.