From 6b1c6e0e55707c78f7dba05e3f005269aa78fa3f Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 11 Feb 2017 15:08:33 +0000 Subject: Merge Onigmo 6.1.1 * Support absent operator https://github.com/k-takata/Onigmo/issues/82 * https://github.com/k-takata/Onigmo/blob/Onigmo-6.1.1/HISTORY git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- regparse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'regparse.h') diff --git a/regparse.h b/regparse.h index 111a840b84..888ebf4ce6 100644 --- a/regparse.h +++ b/regparse.h @@ -95,6 +95,7 @@ RUBY_SYMBOL_EXPORT_BEGIN #define ENCLOSE_OPTION (1<<1) #define ENCLOSE_STOP_BACKTRACK (1<<2) #define ENCLOSE_CONDITION (1<<3) +#define ENCLOSE_ABSENT (1<<4) #define NODE_STR_MARGIN 16 #define NODE_STR_BUF_SIZE 24 /* sizeof(CClassNode) - sizeof(int)*4 */ -- cgit v1.2.3