diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-04-10 19:39:01 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-04-10 19:39:01 +0000 |
commit | 5a5094bd2bc239cc8cbe175655a49a3401f3ed50 (patch) | |
tree | 9b6dc0b3f0d2e4d96ea0a1027b1d6f98c869004e /perly.h | |
parent | e02b91128a20d30213f621b1a24c2fecc2033e4a (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |