summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-08-01 17:04:13 -0600
committerKarl Williamson <public@khwilliamson.com>2012-08-02 09:28:40 -0600
commit6ae172d09264ec7f9d8911353e13c74242736eb3 (patch)
tree12396d700f8d728ea2fc75b55e5ec0eb9f89adca /embed.fnc
parentb9c48b5b74957012d9ed4b6e6cc2e067f5af2f97 (diff)
downloadperl-6ae172d09264ec7f9d8911353e13c74242736eb3.tar.gz
regcomp.c: inline trivial static function
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 8a6cdade80..b65e41c91a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1051,7 +1051,7 @@ Ap |SV* |regclass_swash |NULLOK const regexp *prog \
EMs |void |add_alternate |NN AV** alternate_ptr|NN U8* string|STRLEN len
EMsR |SV* |_new_invlist_C_array|NN UV* list
: Not used currently: EXMs |bool |_invlistEQ |NN SV* const a|NN SV* const b|bool complement_b
-EMsR |bool |_invlist_contains_cp|NN SV* const invlist|const UV cp
+EMiR |bool |_invlist_contains_cp|NN SV* const invlist|const UV cp
#endif
Ap |I32 |pregexec |NN REGEXP * const prog|NN char* stringarg \
|NN char* strend|NN char* strbeg|I32 minend \