diff options
author | David Mitchell <davem@iabyn.com> | 2016-08-01 17:20:27 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-08-03 20:54:42 +0100 |
commit | 5b9ec8a25e399059e3f37bbf00434934e7e34eaa (patch) | |
tree | 7f9cbdc1c52be1ac8914fe1e6af284c688b58e74 /perly.h | |
parent | 097e9660df79edd7f79559a622cb8f847af3dc15 (diff) | |
download | perl-5b9ec8a25e399059e3f37bbf00434934e7e34eaa.tar.gz |
silence compiler warning in perly.y
assigning a char from an I32 gives a warning. Add an explicit cast
as we know the int only ever holds a char.
Diffstat (limited to 'perly.h')
-rw-r--r-- | perly.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,6 +181,6 @@ int yyparse (void); /* Generated from: - * 6abff06962c5ffb0c02363367269b330880b959867adae19ce57f4d14885b088 perly.y + * 218308e5b4f3720eeeba65e3c85ff9d92b85ab8f32d53eb3cbdaa99790b03a63 perly.y * 3e1dff60f26df8933d7aed0c0e87177a0f022c14800c0707eb62a7db4196ac98 regen_perly.pl * ex: set ro: */ |