From: K.Kosako Date: Tue, 19 Feb 2019 08:40:28 +0000 (+0900) Subject: move member position for reduce Operation size X-Git-Tag: v6.9.2_rc1~65^2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc834a6abc4ed8a7da7b7afd72e53f9cc9436beb;p=onig move member position for reduce Operation size --- diff --git a/src/regint.h b/src/regint.h index 63214cf..ba57ac6 100644 --- a/src/regint.h +++ b/src/regint.h @@ -837,11 +837,11 @@ typedef struct { ModeType mode; } word_boundary; /* OP_WORD_BOUNDARY, OP_NO_WORD_BOUNDARY, OP_WORD_BEGIN, OP_WORD_END */ struct { - int num; union { MemNumType n1; /* num == 1 */ MemNumType* ns; /* num > 1 */ }; + int num; int nest_level; } backref_general; /* BACKREF_MULTI, BACKREF_MULTI_IC, BACKREF_WITH_LEVEL, BACKREF_CHECK, BACKREF_CHECK_WITH_LEVEL, */ struct {