]> granicus.if.org Git - onig/commitdiff
rename s to start in OnigValue
authorK.Kosako <kosako@sofnec.co.jp>
Wed, 21 Feb 2018 04:01:23 +0000 (13:01 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Wed, 21 Feb 2018 04:22:59 +0000 (13:22 +0900)
src/oniguruma.h

index 920fd1bdc0770a4d0f8cae59c101af2d1801c980..4017c5e310339f417a06af9482eb6c0f36a301f1 100644 (file)
@@ -765,7 +765,7 @@ typedef union {
   int i;
   OnigCodePoint cp;
   struct {
-    OnigUChar* s;
+    OnigUChar* start;
     OnigUChar* end;
   };
 } OnigValue;