change #31615 added the new field in the wrong place
[p5sagit/p5-mst-13.2.git] / parser.h
index 363e0ee..a786691 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -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;