summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-05-29 09:16:49 -0600
committerKarl Williamson <public@khwilliamson.com>2011-07-03 14:05:46 -0600
commit61bdbf381e9d66f094a47eb25d5b0274d9f14036 (patch)
tree91fa51c8a1e6f05943700d689da8c1d019766740 /embed.h
parent0d527bf8bd304ed25714b0d4c06ca5d3123e9198 (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 711a4bc454..e9dbcb977e 100644
--- a/embed.h
+++ b/embed.h
@@ -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)