mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Tidyup for GC
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4956 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
11ef04f603
commit
18f87db0c7
30 changed files with 137 additions and 111 deletions
|
@ -143,7 +143,7 @@ pathSeps()
|
|||
#else
|
||||
myPathSeps = [NSCharacterSet characterSetWithCharactersInString: @"/"];
|
||||
#endif
|
||||
RETAIN(myPathSeps);
|
||||
IF_NO_GC(RETAIN(myPathSeps));
|
||||
sepMember = (BOOL (*)(NSCharacterSet*, SEL, unichar))
|
||||
[myPathSeps methodForSelector: @selector(characterIsMember:)];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue