summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-07-09 18:44:46 -0600
committerKarl Williamson <public@khwilliamson.com>2012-07-24 21:13:48 -0600
commit76a181d97532f0ae916ffcf05852248c93e97620 (patch)
tree5e5f0b69960216cfe32d15339af83486fd1be880 /embed.fnc
parent4637d003d7b10148df1e72a5677e466c6b11f731 (diff)
downloadperl-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.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 33f77c980b..2e758aacf9 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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 \