From 61bdbf381e9d66f094a47eb25d5b0274d9f14036 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 29 May 2011 09:16:49 -0600 Subject: 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 --- embed.fnc | 1 + 1 file changed, 1 insertion(+) (limited to 'embed.fnc') diff --git a/embed.fnc b/embed.fnc index 4e9106a31d..c882c115a5 100644 --- a/embed.fnc +++ b/embed.fnc @@ -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 -- cgit v1.2.1