diff options
-rw-r--r-- | parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,9 +15,9 @@ typedef struct { YYSTYPE val; /* semantic value */ short state; AV *comppad; /* value of PL_comppad when this value was created */ + I32 savestack_ix; /* size of savestack at this state */ #ifdef DEBUGGING const char *name; /* token/rule name for -Dpv */ - I32 savestack_ix; /* size of savestack at this state */ #endif } yy_stack_frame; |