From: K.Kosako Date: Tue, 20 Feb 2018 07:53:32 +0000 (+0900) Subject: refactoring X-Git-Tag: v6.8.0~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2fe0eeebdb3e69d18d5f937318859a010547ab9;p=onig refactoring --- diff --git a/src/regint.h b/src/regint.h index 546461d..29b1228 100644 --- a/src/regint.h +++ b/src/regint.h @@ -518,8 +518,8 @@ typedef struct _BBuf { #define ANCHOR_NO_WORD_BOUNDARY (1<<11) #define ANCHOR_WORD_BEGIN (1<<12) #define ANCHOR_WORD_END (1<<13) -#define ANCHOR_ANYCHAR_INF (1<<14) /* ".*" optimize info */ -#define ANCHOR_ANYCHAR_INF_ML (1<<15) /* ".*" optimize info (multi-line) */ +#define ANCHOR_ANYCHAR_INF (1<<14) +#define ANCHOR_ANYCHAR_INF_ML (1<<15) #define ANCHOR_EXTENDED_GRAPHEME_CLUSTER_BOUNDARY (1<<16) #define ANCHOR_NO_EXTENDED_GRAPHEME_CLUSTER_BOUNDARY (1<<17)