summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2016-08-08 19:48:01 +0200
committerYves Orton <demerphq@gmail.com>2016-08-14 11:44:20 +0200
commite6d22c5d932ba725d7851ee69fe506e478c913db (patch)
treefb1fbd63c0cc069a9c511418a798b9fed40d0acc /universal.c
parent2b9dd39855714297cd65ef6fdb5b7fc530884e1e (diff)
downloadperl-e6d22c5d932ba725d7851ee69fe506e478c913db.tar.gz
s/XS_hash_util_/XS_Hash_Util_/g
Diffstat (limited to 'universal.c')
-rw-r--r--universal.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/universal.c b/universal.c
index c458c686f1..f0919b3544 100644
--- a/universal.c
+++ b/universal.c
@@ -752,8 +752,8 @@ XS(XS_PerlIO_get_layers)
XSRETURN(0);
}
-XS(XS_hash_util_bucket_ratio); /* prototype to pass -Wmissing-prototypes */
-XS(XS_hash_util_bucket_ratio)
+XS(XS_Hash_Util_bucket_ratio); /* prototype to pass -Wmissing-prototypes */
+XS(XS_Hash_Util_bucket_ratio)
{
dXSARGS;
SV *rhv;
@@ -774,8 +774,8 @@ XS(XS_hash_util_bucket_ratio)
XSRETURN_UNDEF;
}
-XS(XS_hash_util_num_buckets); /* prototype to pass -Wmissing-prototypes */
-XS(XS_hash_util_num_buckets)
+XS(XS_Hash_Util_num_buckets); /* prototype to pass -Wmissing-prototypes */
+XS(XS_Hash_Util_num_buckets)
{
dXSARGS;
SV *rhv;
@@ -794,8 +794,8 @@ XS(XS_hash_util_num_buckets)
XSRETURN_UNDEF;
}
-XS(XS_hash_util_used_buckets); /* prototype to pass -Wmissing-prototypes */
-XS(XS_hash_util_used_buckets)
+XS(XS_Hash_Util_used_buckets); /* prototype to pass -Wmissing-prototypes */
+XS(XS_Hash_Util_used_buckets)
{
dXSARGS;
SV *rhv;
@@ -1066,9 +1066,9 @@ static const struct xsub_details details[] = {
{"Internals::SvREFCNT", XS_Internals_SvREFCNT, "\\[$%@];$"},
{"constant::_make_const", XS_constant__make_const, "\\[$@]"},
{"PerlIO::get_layers", XS_PerlIO_get_layers, "*;@"},
- {"Hash::Util::bucket_ratio", XS_hash_util_bucket_ratio, "\\%"},
- {"Hash::Util::num_buckets", XS_hash_util_num_buckets, "\\%"},
- {"Hash::Util::used_buckets", XS_hash_util_used_buckets, "\\%"},
+ {"Hash::Util::bucket_ratio", XS_Hash_Util_bucket_ratio, "\\%"},
+ {"Hash::Util::num_buckets", XS_Hash_Util_num_buckets, "\\%"},
+ {"Hash::Util::used_buckets", XS_Hash_Util_used_buckets, "\\%"},
{"re::is_regexp", XS_re_is_regexp, "$"},
{"re::regname", XS_re_regname, ";$$"},
{"re::regnames", XS_re_regnames, ";$"},