Minor symbol visibility cleanups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23952 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-10-23 14:47:37 +00:00
parent 4fa4c00318
commit d733696a80
11 changed files with 168 additions and 253 deletions

View file

@ -433,7 +433,7 @@ GNUstepConfig(NSDictionary *newConfig)
if ([file hasPrefix: @"./"] == YES)
{
Class c = [NSProcessInfo class];
NSString *path = objc_get_symbol_path (c, 0);
NSString *path = GSPrivateSymbolPath (c, 0);
// Remove library name from path
path = [path stringByDeletingLastPathComponent];