mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
tweaks
This commit is contained in:
parent
41956b6169
commit
88720adbb1
2 changed files with 4 additions and 4 deletions
|
@ -66,7 +66,7 @@ static const NSMatchingOptions NSMatchingWithoutAnchoringBounds = 1<<4;
|
|||
|
||||
@class NSRegularExpression;
|
||||
|
||||
#if GS_API_VERSION(GS_API_NONE, GS_API_NONE)
|
||||
#if GS_API_VERSION( 13100, GS_API_LATEST)
|
||||
/** Enumeration with a C function callback uses this prototype
|
||||
*/
|
||||
typedef void (*GSRegexEnumerationCallback)(NSRegularExpression *regex,
|
||||
|
@ -129,7 +129,7 @@ GS_EXPORT_CLASS
|
|||
options: (NSRegularExpressionOptions)opts
|
||||
error: (NSError**)e;
|
||||
- (NSString*) pattern;
|
||||
#if GS_API_VERSION(GS_API_NONE, GS_API_NONE)
|
||||
#if GS_API_VERSION( 13100, GS_API_LATEST)
|
||||
/** In the GNUstep implementation this method is the fundametal primitive
|
||||
* (unlike OSX which depends on blocks) upon which other methods are based.
|
||||
* Its behavior is like that of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue