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:
theraven 2011-07-22 13:34:08 +00:00
parent 0d5d27b6a1
commit d24eeb55ce

View file

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