From: K.Kosako Date: Wed, 28 Feb 2018 08:45:51 +0000 (+0900) Subject: refactoring X-Git-Tag: v6.8.0~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09883171f2427b85874ca115d8018c4b245b6dad;p=onig refactoring --- diff --git a/src/regparse.c b/src/regparse.c index d25e646..6438559 100644 --- a/src/regparse.c +++ b/src/regparse.c @@ -1672,7 +1672,7 @@ i_callout_callout_list_set(UChar* key, CalloutTagVal e, void* arg) } static int -set_ext_callout_list_values(regex_t* reg) +setup_ext_callout_list_values(regex_t* reg) { int i, j; RegexExt* ext; @@ -8125,7 +8125,7 @@ onig_parse_tree(Node** root, const UChar* pattern, const UChar* end, #ifdef USE_CALLOUT ext = REG_EXTP(reg); if (IS_NOT_NULL(ext) && ext->callout_num > 0) { - r = set_ext_callout_list_values(reg); + r = setup_ext_callout_list_values(reg); } #endif