]> granicus.if.org Git - onig/commitdiff
remove invalid comment
authorK.Kosako <kosako@sofnec.co.jp>
Mon, 9 Apr 2018 04:55:23 +0000 (13:55 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Mon, 9 Apr 2018 04:55:23 +0000 (13:55 +0900)
src/oniguruma.h

index 8ef3d784da7831258f7e21e8869fe3acc4c11a08..601c9e6c3363e378d3a88c23455bc3def8dffd4e 100644 (file)
@@ -907,7 +907,7 @@ OnigCalloutFunc onig_get_retraction_callout P_((void));
 ONIG_EXTERN
 int onig_set_retraction_callout P_((OnigCalloutFunc f));
 ONIG_EXTERN
-int onig_set_callout_of_name P_((OnigEncoding enc, OnigCalloutType type, OnigUChar* name, OnigUChar* name_end, int callout_in, OnigCalloutFunc callout, OnigCalloutFunc end_callout, int arg_num, unsigned int arg_types[], int optional_arg_num, OnigValue opt_defaults[])); /* name: single-byte string */
+int onig_set_callout_of_name P_((OnigEncoding enc, OnigCalloutType type, OnigUChar* name, OnigUChar* name_end, int callout_in, OnigCalloutFunc callout, OnigCalloutFunc end_callout, int arg_num, unsigned int arg_types[], int optional_arg_num, OnigValue opt_defaults[]));
 ONIG_EXTERN
 OnigUChar* onig_get_callout_name_by_name_id P_((int id));
 ONIG_EXTERN