parser: expand yy_is_opval[] to include all value types
[p5sagit/p5-mst-13.2.git] / perly.h
diff --git a/perly.h b/perly.h
index 0c19d29..73dc4b8 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;