This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #127380) add tests for -Di
[perl5.git] / perly.h
diff --git a/perly.h b/perly.h
index 0fefd47..9295f54 100644 (file)
--- a/perly.h
+++ b/perly.h
@@ -4,6 +4,8 @@
    Any changes made here will be lost!
  */
 
+#define PERL_BISON_VERSION  20003
+
 #ifdef PERL_CORE
 /* A Bison parser, made by GNU Bison 2.3.  */
 
      POSTINC = 334,
      PREDEC = 335,
      PREINC = 336,
-     ARROW = 337,
-     PEG = 338
+     ARROW = 337
    };
 #endif
 /* Tokens.  */
 #define PREDEC 335
 #define PREINC 336
 #define ARROW 337
-#define PEG 338
 
 
 
@@ -246,16 +246,6 @@ typedef union YYSTYPE
     char *pval;
     OP *opval;
     GV *gvval;
-#ifdef PERL_IN_MADLY_C
-    TOKEN* p_tkval;
-    TOKEN* i_tkval;
-#else
-    char *p_tkval;
-    I32        i_tkval;
-#endif
-#ifdef PERL_MAD
-    TOKEN* tkval;
-#endif
 }
 /* Line 1529 of yacc.c.  */
        YYSTYPE;
@@ -268,6 +258,6 @@ typedef union YYSTYPE
 
 
 /* Generated from:
- * 020be75832dcc7c18bd88434c3ba0e24a136dc093c4b8bf2cef9efa5875c9a29 perly.y
- * 5c9d2a0262457fe9b70073fc8ad6c188f812f38ad57712b7e2f53daa01b297cc regen_perly.pl
+ * 70adb6e1be5382fb5c8cd783cd886cb4725c98a3e69c54eb16da5d7829d929aa perly.y
+ * 3e1dff60f26df8933d7aed0c0e87177a0f022c14800c0707eb62a7db4196ac98 regen_perly.pl
  * ex: set ro: */