summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-06-05 12:59:02 -0600
committerKarl Williamson <public@khwilliamson.com>2011-07-03 14:05:48 -0600
commit1c6f1daa3760d5e520edc7a933febeb4df46a685 (patch)
tree8e2ca713e48ee0cddcf8cb487c6750a010df75b2 /embed.fnc
parent37e85ffe6b230b2dfde9e13a9eab4675c411467a (diff)
downloadperl-1c6f1daa3760d5e520edc7a933febeb4df46a685.tar.gz
Change _invlist_invert() from being in-line
This is in preparation for it to be called from another file. If for performance reasons it needs to be made inline again, it could then be moved into a header.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index ecd163c159..8fd43df5d3 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1323,7 +1323,7 @@ EsMR |bool |invlist_iternext|NN SV* invlist|NN UV* start|NN UV* end
EsM |void |_invlist_intersection |NN SV* const a|NN SV* const b|NN SV** i
EsM |void |_invlist_union |NN SV* const a|NN SV* const b|NN SV** output
EsM |void |_invlist_subtract|NN SV* const a|NN SV* const b|NN SV** result
-EiM |void |_invlist_invert|NN SV* const invlist
+EsM |void |_invlist_invert|NN SV* const invlist
#endif
Ap |void |taint_env
Ap |void |taint_proper |NULLOK const char* f|NN const char *const s