([NSCharacterSet +_bitmapForSet:number:]): Add an abort() after

raising the exception, to avoid gcc warning.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1675 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-09-02 15:52:46 +00:00
parent 8b007af2cb
commit daf48e7cef

View file

@ -99,6 +99,7 @@ static NSLock* cache_lock = nil;
NS_HANDLER
[cache_lock unlock];
[localException raise];
abort (); /* quiet warnings about `set' clobbered by longjmp. */
NS_ENDHANDLER
}
else