public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Search Repo:
made more readable
Ryan Davis (author)
Mon Apr 07 20:39:25 -0700 2008
commit  ec9a149b2e1b2b0479718fcc51347876d16ebc93
tree    e8a6863aa32368cc24f63cb537098c1645b1277b
parent  a32dce02f479b57dcb3d80ebafd8442149dedfe9
...
3048
3049
3050
3051
3052
 
 
3053
3054
3055
...
3350
3351
3352
3353
 
 
3354
3355
3356
...
3048
3049
3050
 
 
3051
3052
3053
3054
3055
...
3350
3351
3352
 
3353
3354
3355
3356
3357
0
@@ -3048,8 +3048,8 @@ map_search_backward(OnigEncoding enc, UChar map[],
0
 }
0
 
0
 extern int
0
-onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at, OnigRegion* region,
0
- OnigOptionType option)
0
+onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at,
0
+ OnigRegion* region, OnigOptionType option)
0
 {
0
   int r;
0
   UChar *prev;
0
@@ -3350,7 +3350,8 @@ backward_search_range(regex_t* reg, const UChar* str, const UChar* end,
0
 
0
 extern int
0
 onig_search(regex_t* reg, const UChar* str, const UChar* end,
0
- const UChar* start, const UChar* range, OnigRegion* region, OnigOptionType option)
0
+ const UChar* start, const UChar* range,
0
+ OnigRegion* region, OnigOptionType option)
0
 {
0
   int r;
0
   UChar *s, *prev;

Comments

    No one has commented yet.