summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-07-17 14:23:59 +0000
committerSteve Hay <SteveHay@planit.com>2006-07-17 14:23:59 +0000
commit96f4e2269315e1961a4e9db45c14fef0dbfeee02 (patch)
tree41f408d67a536d634a0e0c81591a1c758f53340c /perly.h
parent6700ad3ceb48882bca8cf71f9866d6ccc076a2fb (diff)
downloadperl-96f4e2269315e1961a4e9db45c14fef0dbfeee02.tar.gz
Avoid an error that VC++'s resource compiler seems to have
with a reference to "perly.y" in "perly.h" See the thread here for details: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html p4raw-id: //depot/perl@28593
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