]> granicus.if.org Git - onig/commitdiff
remove stack call_frame num member
authorK.Kosako <kosako@sofnec.co.jp>
Tue, 5 Dec 2017 02:58:56 +0000 (11:58 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Tue, 5 Dec 2017 02:58:56 +0000 (11:58 +0900)
src/regexec.c

index 0e24286fced4f96927d75fca2e1ab87bb30c12e1..9cafeab2b1fbc60b0a184dccc5c917ef8ab374ed 100644 (file)
@@ -370,7 +370,6 @@ typedef struct _StackType {
 #ifdef USE_CALL
     struct {
       UChar *ret_addr;   /* byte code position */
-      int    num;        /* null check id */
       UChar *pstr;       /* string position */
     } call_frame;
 #endif