OSDN Git Service

Correct changed function name.
authorlerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jul 2002 16:10:00 +0000 (16:10 +0000)
committerlerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jul 2002 16:10:00 +0000 (16:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55184 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index 1c40622..dc67367 100644 (file)
@@ -1,15 +1,15 @@
 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
-       * typeck2.c (incomplete_type_error): Fix typo caused by
-       CVS conflict in my last patch.
+       * typeck2.c (cxx_incomplete_type_diagnostic): Fix typo caused
+       by CVS conflict in my last patch.
 
 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
        PR c++/6716
        * pt.c (can_complete_type_without_circularity): New function.
        (instantiate_class_template): Use it.
-       * typeck2.c (incomplete_type_error): Improve error message
-       due to incomplete fields.
+       * typeck2.c (cxx_incomplete_type_diagnostic): Improve error
+       message due to incomplete fields.
 
 2002-07-01  Mark Mitchell  <mark@codesourcery.com>