deprecates some gnustep runtime wrappers

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29697 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-02-22 10:13:20 +00:00
parent 9d46c5fd18
commit 53beb40301
39 changed files with 381 additions and 333 deletions

View file

@ -1962,7 +1962,7 @@ handle_printf_atsign (FILE *stream,
}
if (anObject != nil && GSObjCIsInstance(anObject) == YES)
{
Class c = GSObjCClass(anObject);
Class c = object_getClass(anObject);
if (c != nil)
{