diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-06-05 12:59:02 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-07-03 14:05:48 -0600 |
commit | 1c6f1daa3760d5e520edc7a933febeb4df46a685 (patch) | |
tree | 8e2ca713e48ee0cddcf8cb487c6750a010df75b2 /embed.fnc | |
parent | 37e85ffe6b230b2dfde9e13a9eab4675c411467a (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |