diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-07-09 18:44:46 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-07-24 21:13:48 -0600 |
commit | 76a181d97532f0ae916ffcf05852248c93e97620 (patch) | |
tree | 5e5f0b69960216cfe32d15339af83486fd1be880 /embed.fnc | |
parent | 4637d003d7b10148df1e72a5677e466c6b11f731 (diff) | |
download | perl-76a181d97532f0ae916ffcf05852248c93e97620.tar.gz |
regcomp.c: Add func to test 2 inversion lists for equality
This adds _invlistEQ which for now is commented out
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1051,6 +1051,7 @@ Ap |SV* |regclass_swash |NULLOK const regexp *prog \ #ifdef PERL_IN_REGCOMP_C 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 #endif Ap |I32 |pregexec |NN REGEXP * const prog|NN char* stringarg \ |NN char* strend|NN char* strbeg|I32 minend \ |