From cbabba9c82f3401a67d470ee6ef9213cb6161f57 Mon Sep 17 00:00:00 2001 From: TSUYUSATO Kitsune Date: Thu, 6 Oct 2022 17:11:33 +0900 Subject: Add index to the latest NULL_CHECK_STACK for fast matching --- regint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'regint.h') diff --git a/regint.h b/regint.h index c310946886..9642389936 100644 --- a/regint.h +++ b/regint.h @@ -828,6 +828,7 @@ typedef intptr_t OnigStackIndex; typedef struct _OnigStackType { unsigned int type; + OnigStackIndex null_check; union { struct { UChar *pcode; /* byte code position */ -- cgit v1.2.3