summaryrefslogtreecommitdiff
path: root/perly.tab
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-08-01 17:20:27 +0100
committerDavid Mitchell <davem@iabyn.com>2016-08-03 20:54:42 +0100
commit5b9ec8a25e399059e3f37bbf00434934e7e34eaa (patch)
tree7f9cbdc1c52be1ac8914fe1e6af284c688b58e74 /perly.tab
parent097e9660df79edd7f79559a622cb8f847af3dc15 (diff)
downloadperl-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.tab')
-rw-r--r--perly.tab2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.tab b/perly.tab
index eccde3eec6..dbe1d9513d 100644
--- a/perly.tab
+++ b/perly.tab
@@ -1109,6 +1109,6 @@ static const toketypes yy_type_tab[] =
};
/* Generated from:
- * 6abff06962c5ffb0c02363367269b330880b959867adae19ce57f4d14885b088 perly.y
+ * 218308e5b4f3720eeeba65e3c85ff9d92b85ab8f32d53eb3cbdaa99790b03a63 perly.y
* 3e1dff60f26df8933d7aed0c0e87177a0f022c14800c0707eb62a7db4196ac98 regen_perly.pl
* ex: set ro: */