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.h | |
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.h')
-rw-r--r-- | embed.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -876,6 +876,7 @@ #define cl_is_anything S_cl_is_anything #define cl_or S_cl_or #define get_invlist_iter_addr(a) S_get_invlist_iter_addr(aTHX_ a) +#define get_invlist_len_addr(a) S_get_invlist_len_addr(aTHX_ a) #define invlist_array(a) S_invlist_array(aTHX_ a) #define invlist_extend(a,b) S_invlist_extend(aTHX_ a,b) #define invlist_intersection(a,b,c) S_invlist_intersection(aTHX_ a,b,c) |