summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index f62ac3d15c..363e0ee2bc 100644
--- a/parser.h
+++ b/parser.h
@@ -17,6 +17,7 @@ typedef struct {
AV *comppad; /* value of PL_comppad when this value was created */
#ifdef DEBUGGING
const char *name; /* token/rule name for -Dpv */
+ I32 savestack_ix; /* size of savestack at this state */
#endif
} yy_stack_frame;