* configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
[deliverable/binutils-gdb.git] / gdb / cp-support.c
index 4344545c3e9bcd841ce5f3f497dd1b199474f92b..a182dd9a2323bc103a8e310f9e495105a3b8c7d7 100644 (file)
@@ -148,7 +148,7 @@ find_last_component (const char *name)
 /* Return the name of the class containing method PHYSNAME.  */
 
 char *
-class_name_from_physname (const char *physname)
+cp_class_name_from_physname (const char *physname)
 {
   char *ret = NULL;
   const char *end;
This page took 0.025424 seconds and 4 git commands to generate.