From 5b5313ec97c6d24ebd4ea1d31ce2a44e25d587ee Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Sun, 13 Jul 2014 00:24:45 +0900 Subject: use C style comments instead of C++ style comments --- src/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string.c') diff --git a/src/string.c b/src/string.c index a22060e37..16e7f9ffd 100644 --- a/src/string.c +++ b/src/string.c @@ -1799,7 +1799,7 @@ mrb_str_split_m(mrb_state *mrb, mrb_value str) } } else if (split_type == string) { - char *ptr = RSTRING_PTR(str); // s->as.ary + char *ptr = RSTRING_PTR(str); /* s->as.ary */ char *temp = ptr; char *eptr = RSTRING_END(str); mrb_int slen = RSTRING_LEN(spat); -- cgit v1.2.3