Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
[p5sagit/p5-mst-13.2.git] / perly.h
diff --git a/perly.h b/perly.h
index c5b5494..38bad2a 100644 (file)
--- a/perly.h
+++ b/perly.h
 
 #endif /* PERL_CORE */
 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
-#line 30 "perly.y"
 typedef union YYSTYPE {
     I32        ival;
     char *pval;
@@ -186,7 +185,6 @@ typedef union YYSTYPE {
     GV *gvval;
 } YYSTYPE;
 /* Line 1447 of yacc.c.  */
-#line 188 "perly.h"
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1
 # define YYSTYPE_IS_TRIVIAL 1