diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-12-26 21:31:47 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-12-27 21:12:12 +0000 |
commit | c60bad7b8870cf2745c93e1b99cbb504daa780b2 (patch) | |
tree | a73fc553dec37089d4236320a3cad6babd9aa346 /global.sym | |
parent | a3e6e81e81213c31f0612471c427044481a95287 (diff) | |
download | perl-c60bad7b8870cf2745c93e1b99cbb504daa780b2.tar.gz |
Explictly export Perl_mro_meta_init() so that HvMROMETA() can become part of the
public API and be used outside the core. However, leave Perl_mro_meta_init() as
a private implementation detail.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 3ac872dd66..2745823f96 100644 --- a/global.sym +++ b/global.sym @@ -773,6 +773,7 @@ Perl_mro_get_private_data Perl_mro_set_private_data Perl_mro_get_from_name Perl_mro_register +Perl_mro_meta_init Perl_mro_get_linear_isa Perl_mro_method_changed_in Perl_sys_init |