summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-11-25 12:59:51 -0700
committerKarl Williamson <public@khwilliamson.com>2012-01-13 09:58:34 -0700
commitb6a0ff336ac042af856687d8dad55d9515a4779b (patch)
tree45ff59545500422aa22d95e70bcd912b9aa1ef3d /embed.fnc
parentd5e82ecc1467ae1fcabb72eea508b3cf6727d00a (diff)
downloadperl-b6a0ff336ac042af856687d8dad55d9515a4779b.tar.gz
regcomp.c: Add _invlist_populate_swatch()
This function will be used in future commits
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 97b9d26b50..9d2f239ccc 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1384,6 +1384,7 @@ EXMpR |HV* |_swash_inversion_hash |NN SV* const swash
EXMpR |SV* |_new_invlist |IV initial_size
EXMpR |SV* |_swash_to_invlist |NN SV* const swash
EXMp |void |_append_range_to_invlist |NN SV* const invlist|const UV start|const UV end
+EXMp |void |_invlist_populate_swatch |NN SV* const invlist|const UV start|const UV end|NN U8* swatch
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C) || defined(PERL_IN_UTF8_C)
EXp |SV* |_core_swash_init|NN const char* pkg|NN const char* name|NN SV* listsv|I32 minbits|I32 none