diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-05-29 09:16:49 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-07-03 14:05:46 -0600 |
commit | 61bdbf381e9d66f094a47eb25d5b0274d9f14036 (patch) | |
tree | 91fa51c8a1e6f05943700d689da8c1d019766740 /embed.fnc | |
parent | 0d527bf8bd304ed25714b0d4c06ca5d3123e9198 (diff) | |
download | perl-61bdbf381e9d66f094a47eb25d5b0274d9f14036.tar.gz |
Add length element to inversion lists
Future changes will make the length no longer the same as SvCUR,
so create an element to hold the correct length
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1310,6 +1310,7 @@ EsMR |SV* |add_range_to_invlist |NULLOK SV* invlist|const UV start|const UV end EiMR |UV* |invlist_array |NN SV* const invlist EsM |void |invlist_extend |NN SV* const invlist|const UV len EsM |void |invlist_intersection |NN SV* const a|NN SV* const b|NN SV** i +EiMR |UV* |get_invlist_len_addr |NN SV* invlist EiMR |UV |invlist_len |NN SV* const invlist EiMR |UV |invlist_max |NN SV* const invlist EiM |void |invlist_set_len |NN SV* const invlist|const UV len |