summaryrefslogtreecommitdiff
path: root/regint.h
diff options
context:
space:
mode:
Diffstat (limited to 'regint.h')
-rw-r--r--regint.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/regint.h b/regint.h
index c06bf57630..138e05e0db 100644
--- a/regint.h
+++ b/regint.h
@@ -121,7 +121,7 @@
#endif /* else NOT_RUBY */
#define STATE_CHECK_STRING_THRESHOLD_LEN 7
-#define STATE_CHECK_BUFF_MAX_SIZE 0x08000000
+#define STATE_CHECK_BUFF_MAX_SIZE 0x8000
#define THREAD_PASS_LIMIT_COUNT 8
#define xmemset memset
@@ -584,8 +584,6 @@ enum OpCode {
OP_WORD,
OP_NOT_WORD,
- OP_WORD_SB,
- OP_WORD_MB,
OP_WORD_BOUND,
OP_NOT_WORD_BOUND,
OP_WORD_BEGIN,