Make parser_free() be called slightly later,
[p5sagit/p5-mst-13.2.git] / perly.h
diff --git a/perly.h b/perly.h
index a35ca82..73dc4b8 100644 (file)
--- a/perly.h
+++ b/perly.h
@@ -192,7 +192,6 @@ typedef union YYSTYPE
     char *pval;
     OP *opval;
     GV *gvval;
-    AV* padval;
 #ifdef PERL_IN_MADLY_C
     TOKEN* p_tkval;
     TOKEN* i_tkval;