From: K.Kosako Date: Wed, 7 Jun 2017 05:22:02 +0000 (+0900) Subject: disable int_stack X-Git-Tag: v6.4.0~1^2~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3d6a347913b4b0377b84c9c494b10a831030c17;p=onig disable int_stack --- diff --git a/src/regcomp.c b/src/regcomp.c index 53d6ff8..f89b271 100644 --- a/src/regcomp.c +++ b/src/regcomp.c @@ -29,6 +29,7 @@ #include "regparse.h" +#if 0 typedef struct { int n; int alloc; @@ -103,6 +104,7 @@ int_stack_pop(int_stack* s) s->n--; return v; } +#endif OnigCaseFoldType OnigDefaultCaseFoldFlag = ONIGENC_CASE_FOLD_MIN;