summaryrefslogtreecommitdiff
path: root/regint.h
diff options
context:
space:
mode:
Diffstat (limited to 'regint.h')
-rw-r--r--regint.h1
1 files changed, 1 insertions, 0 deletions
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 */