([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:
Andrew McCallum 1996-09-02 15:52:46 +00:00
parent cd19220fb3
commit 2fa94dd929

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