summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-04-10 19:39:01 +0000
committerNicholas Clark <nick@ccl4.org>2007-04-10 19:39:01 +0000
commit5a5094bd2bc239cc8cbe175655a49a3401f3ed50 (patch)
tree9b6dc0b3f0d2e4d96ea0a1027b1d6f98c869004e /perly.h
parente02b91128a20d30213f621b1a24c2fecc2033e4a (diff)
downloadperl-5a5094bd2bc239cc8cbe175655a49a3401f3ed50.tar.gz
Silence the g++ warnings "right-hand operand of comma has no effect"
p4raw-id: //depot/perl@30900
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.h b/perly.h
index 73dc4b842c..f442416599 100644
--- a/perly.h
+++ b/perly.h
@@ -203,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