Cleanup ... avoid accessing the 'isa' variable directly.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32247 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-02-20 16:21:43 +00:00
parent 4531875573
commit 313cf13c67
19 changed files with 150 additions and 123 deletions

View file

@ -531,12 +531,6 @@ GSPrivateUnloadModule(FILE *errorStream,
- (void) protect;
@end
/* Function to safely change the class of an object by 'isa' swizzling
* wile maintaining allocation accounting and finalization in a GC world.
*/
void
GSPrivateSwizzle(id o, Class c) GS_ATTRIB_PRIVATE;
BOOL
GSPrivateIsCollectable(const void *ptr) GS_ATTRIB_PRIVATE;