summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/perly.h b/perly.h
index c5b5494bfc..38bad2af9b 100644
--- a/perly.h
+++ b/perly.h
@@ -175,7 +175,6 @@
#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