]> granicus.if.org Git - onig/commitdiff
define ONIG_SYN_OP2_QMARK_TILDE_ABSENT_GROUP
authorK.Kosako <kosako@sofnec.co.jp>
Wed, 12 Jul 2017 02:38:36 +0000 (11:38 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Wed, 12 Jul 2017 02:38:36 +0000 (11:38 +0900)
src/oniguruma.h

index e93928ff47965c52bbc908ccbb1a372c98d8139f..ee3f822cae89e15c93b0f9211044dde1035655e2 100644 (file)
@@ -500,6 +500,7 @@ ONIG_EXTERN OnigSyntaxType*   OnigDefaultSyntax;
 #define ONIG_SYN_OP2_ESC_CAPITAL_K_KEEP         (1U<<22) /* \K */
 #define ONIG_SYN_OP2_ESC_CAPITAL_R_GENERAL_NEWLINE (1U<<23) /* \R \r\n else [\x0a-\x0d] */
 #define ONIG_SYN_OP2_ESC_CAPITAL_N_O_SUPER_DOT  (1U<<24) /* \N (?-m:.), \O (?m:.) */
+#define ONIG_SYN_OP2_QMARK_TILDE_ABSENT_GROUP   (1U<<25) /* (?~...) */
 
 /* syntax (behavior) */
 #define ONIG_SYN_CONTEXT_INDEP_ANCHORS           (1U<<31) /* not implemented */