diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-08-01 17:04:13 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-08-02 09:28:40 -0600 |
commit | 6ae172d09264ec7f9d8911353e13c74242736eb3 (patch) | |
tree | 12396d700f8d728ea2fc75b55e5ec0eb9f89adca /embed.fnc | |
parent | b9c48b5b74957012d9ed4b6e6cc2e067f5af2f97 (diff) | |
download | perl-6ae172d09264ec7f9d8911353e13c74242736eb3.tar.gz |
regcomp.c: inline trivial static function
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |