]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libobjc/class.c
In gcc/testsuite/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
[thirdparty/gcc.git] / libobjc / class.c
index d606a350fbeccd3d6d9a5f22831ce1bbcb2bc47f..cf8e4c42728276d9135e841d9749f971d179d5fa 100644 (file)
@@ -501,7 +501,7 @@ objc_getClass (const char *name)
 }
 
 Class
-objc_lookupClass (const char *name)
+objc_lookUpClass (const char *name)
 {
   if (name == NULL)
     return Nil;