diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-01-19 11:20:26 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-01-19 11:58:20 -0700 |
commit | 9d071ca83c806a84654ff9d03b284b80458a90ac (patch) | |
tree | 49d19210a203b5ec85ea0d58d7e934fc3e137faf /embed.fnc | |
parent | 802ba51d690c973f6609a48069a8ac83317af4f9 (diff) | |
download | perl-9d071ca83c806a84654ff9d03b284b80458a90ac.tar.gz |
regcomp.c: Change variable meaning and hence name
I think it is clearer to note that what happens here is that the node
can match fewer characters than what it would normally be thought to,
and hence the returned value should be subtracted; it also means that
the absolute value need not be taken
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1899,7 +1899,7 @@ Es |void |regtail |NN struct RExC_state_t *pRExC_state \ Es |SV * |reg_scan_name |NN struct RExC_state_t *pRExC_state \ |U32 flags Es |U32 |join_exact |NN struct RExC_state_t *pRExC_state \ - |NN regnode *scan|NN IV *min_change \ + |NN regnode *scan|NN UV *min_subtract \ |NN bool *has_exactf_sharp_s \ |U32 flags|NULLOK regnode *val|U32 depth EsRn |char * |regwhite |NN struct RExC_state_t *pRExC_state \ |