diff options
author | Yves Orton <demerphq@gmail.com> | 2016-08-08 19:35:49 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2016-08-14 11:44:20 +0200 |
commit | 2b9dd39855714297cd65ef6fdb5b7fc530884e1e (patch) | |
tree | a242baa5e78c74cf914af2fe2934320fdfb10f4d /universal.c | |
parent | 10f9b9bf77ed09ee67da058d1ba1658a4ce67626 (diff) | |
download | perl-2b9dd39855714297cd65ef6fdb5b7fc530884e1e.tar.gz |
move a declaration so that the Internals:: functions are grouped together
Diffstat (limited to 'universal.c')
-rw-r--r-- | universal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/universal.c b/universal.c index b4ae238882..c458c686f1 100644 --- a/universal.c +++ b/universal.c @@ -1063,8 +1063,8 @@ static const struct xsub_details details[] = { {"utf8::native_to_unicode", XS_utf8_native_to_unicode, NULL}, {"utf8::unicode_to_native", XS_utf8_unicode_to_native, NULL}, {"Internals::SvREADONLY", XS_Internals_SvREADONLY, "\\[$%@];$"}, - {"constant::_make_const", XS_constant__make_const, "\\[$@]"}, {"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, "\\%"}, |