Temporarily comment out some code with #if 0/1 so it will compile.

Get Adam Fedor or someone to fix it.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2331 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1997-05-03 21:04:39 +00:00
parent 1c0a89707d
commit 6b264197fd
2 changed files with 19 additions and 3 deletions

View file

@ -79,6 +79,9 @@ static NSLock* cache_lock = nil;
if (cache_set[number] == nil)
{
NS_DURING
#if 1
path = nil;
#else
path = [gstep_base_bundle pathForResource:setname
ofType:@"dat"
inDirectory:NSCharacterSet_PATH];
@ -89,6 +92,7 @@ static NSLock* cache_lock = nil;
ofType:@"dat"
inDirectory:@"../NSCharacterSets"];
}
#endif
if (path == nil || [path length] == 0)
{