Changeset 8168 for lang/objective-c
- Timestamp:
- 03/19/08 23:19:37 (8 months ago)
- Files:
-
- 1 modified
-
lang/objective-c/CocoaOniguruma/core/OnigRegexp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-c/CocoaOniguruma/core/OnigRegexp.h
r4598 r8168 11 11 @interface OnigRegexp : NSObject 12 12 { 13 regex_t* _entity;13 regex_t* _entity; 14 14 NSString* _expression; 15 15 } … … 35 35 @interface OnigResult : NSObject 36 36 { 37 OnigRegexp* _expression;37 OnigRegexp* _expression; 38 38 OnigRegion* _region; 39 39 NSString* _target;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)