From: K.Kosako Date: Tue, 26 Jun 2018 08:38:51 +0000 (+0900) Subject: remove SIZE_OP_SET_OPTION X-Git-Tag: v6.9.0~61^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb6564ef34a0194b3d557618e5c61223bae8de4e;p=onig remove SIZE_OP_SET_OPTION --- diff --git a/src/regint.h b/src/regint.h index 1f33386..c3d1ee1 100644 --- a/src/regint.h +++ b/src/regint.h @@ -752,8 +752,6 @@ typedef int ModeType; #define SIZE_OP_PREC_READ_NOT_START (SIZE_OPCODE + SIZE_RELADDR) #define SIZE_OP_PREC_READ_END SIZE_OPCODE #define SIZE_OP_PREC_READ_NOT_END SIZE_OPCODE -#define SIZE_OP_SET_OPTION (SIZE_OPCODE + SIZE_OPTION) -#define SIZE_OP_SET_OPTION_PUSH (SIZE_OPCODE + SIZE_OPTION) #define SIZE_OP_FAIL SIZE_OPCODE #define SIZE_OP_MEMORY_START (SIZE_OPCODE + SIZE_MEMNUM) #define SIZE_OP_MEMORY_START_PUSH (SIZE_OPCODE + SIZE_MEMNUM)