mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 01:11:01 +00:00
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:
parent
eb32254242
commit
df82f8b96c
1 changed files with 2 additions and 1 deletions
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue