From 345820ae9f825fe471a28b9ded3a4ef5fbc282c2 Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Wed, 21 Feb 2018 13:06:57 +0900 Subject: [PATCH] add comment to num_comb_exp_check member of struct re_pattern_buffer --- src/oniguruma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oniguruma.h b/src/oniguruma.h index a8c4030..3b204de 100644 --- a/src/oniguruma.h +++ b/src/oniguruma.h @@ -671,7 +671,7 @@ typedef struct re_pattern_buffer { int num_mem; /* used memory(...) num counted from 1 */ int num_repeat; /* OP_REPEAT/OP_REPEAT_NG id-counter */ int num_null_check; /* OP_EMPTY_CHECK_START/END id counter */ - int num_comb_exp_check; /* combination explosion check */ + int num_comb_exp_check; /* no longer used (combination explosion check) */ int num_call; /* number of subexp call */ unsigned int capture_history; /* (?@...) flag (1-31) */ unsigned int bt_mem_start; /* need backtrack flag */ -- 2.40.0