This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A macro used only once isn't a typing saving, and 3 macro definitions
[perl5.git] / perly.h
diff --git a/perly.h b/perly.h
index 0c19d29..f442416 100644 (file)
--- a/perly.h
+++ b/perly.h
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
 {
-    I32        ival;
+    I32        ival; /* __DEFAULT__ (marker for regen_perly.pl;
+                               must always be 1st union member) */
     char *pval;
     OP *opval;
     GV *gvval;
@@ -202,7 +203,7 @@ typedef union YYSTYPE
     TOKEN* tkval;
 #endif
 }
-/* Line 1529 of yacc.c.  */
+/* Line 1489 of yacc.c.  */
        YYSTYPE;
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1