diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-12-27 14:32:59 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-12-27 21:12:13 +0000 |
commit | 31b9005d8ff165a414c5e3493027e1656d7e810f (patch) | |
tree | a220586ab1cb200072527680d3bc00f88bbf6bd4 /global.sym | |
parent | 553e831a35acc518a30a7514866e0d1440e894ef (diff) | |
download | perl-31b9005d8ff165a414c5e3493027e1656d7e810f.tar.gz |
Break out the set-the-MRO logic from the XS_mro_set_mro into Perl_mro_set_mro(),
which can be called from C code (such as the guts of extensions).
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 2745823f96..5ec7ba3c4f 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_set_mro Perl_mro_meta_init Perl_mro_get_linear_isa Perl_mro_method_changed_in |