diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-12-23 18:51:45 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-01-19 11:58:18 -0700 |
commit | f646642f35679c7859c80485da40c0d146e5550c (patch) | |
tree | c9f0a11f43aae78756219df58e5880fd786b3819 /embed.fnc | |
parent | e22b340a2e08cb60ead800f83a4e05a34a035593 (diff) | |
download | perl-f646642f35679c7859c80485da40c0d146e5550c.tar.gz |
regcomp.c: Change param to join_exact()
This changes a parameter to this function to instead of changing a running
total, return the actual value computed by the function; and it changes
the calling areas of code to compensate.
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 I32 *min|U32 flags|NULLOK regnode *val|U32 depth + |NN regnode *scan|NN IV *min_change|U32 flags|NULLOK regnode *val|U32 depth EsRn |char * |regwhite |NN struct RExC_state_t *pRExC_state \ |NN char *p Es |char * |nextchar |NN struct RExC_state_t *pRExC_state |