summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-07-25 12:24:39 +0100
committerDavid Mitchell <davem@iabyn.com>2016-08-03 20:54:41 +0100
commit6daeaaa3123e456674380042544721b5f7a41f69 (patch)
treeea41fe0c05f003c52d2e24dee736aef801cc32eb /perly.h
parentbb6b75cd5c416da00accfd5a10bde1a1cdde693a (diff)
downloadperl-6daeaaa3123e456674380042544721b5f7a41f69.tar.gz
signatures: make param and optional param count IV
During the course of parsing end exection, these values get stored as ints and UVs, then used as SSize_t. Standardise on IVs instead. Technically they can never be negative, but their final use is as indices into AVs, which is SSize_t, so it's easier to standardise on a signed value throughout.
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 f6809029f3..2aebf6af5c 100644
--- a/perly.h
+++ b/perly.h
@@ -181,6 +181,6 @@ int yyparse (void);
/* Generated from:
- * f197986843aaef0ab285344b7144e3bf7b35fea3ed9aa46884a25d31c7485700 perly.y
+ * 6abff06962c5ffb0c02363367269b330880b959867adae19ce57f4d14885b088 perly.y
* 3e1dff60f26df8933d7aed0c0e87177a0f022c14800c0707eb62a7db4196ac98 regen_perly.pl
* ex: set ro: */