Third try.

[NSException raise: GSNotEnoughCoffeeException];



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33604 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-07-22 13:34:08 +00:00
parent eb32254242
commit df82f8b96c

View file

@ -627,8 +627,9 @@ prepareResult(NSRegularExpression *regex,
#ifndef NSRegularExpressionWorks
#import "Foundation/NSRegularExpression.h"
#import "Foundation/NSZone.h"
@implementation NSRegularExpression
+ (id)allocWithZone: (NSZone*)
+ (id)allocWithZone: (NSZone*)aZone
{
[NSException raise: NSInvalidArgumentException
format: @"NSRegularExpression requires ICU 4.4 or later"];