summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-12-26 21:31:47 +0000
committerNicholas Clark <nick@ccl4.org>2008-12-27 21:12:12 +0000
commitc60bad7b8870cf2745c93e1b99cbb504daa780b2 (patch)
treea73fc553dec37089d4236320a3cad6babd9aa346 /embed.h
parenta3e6e81e81213c31f0612471c427044481a95287 (diff)
downloadperl-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 'embed.h')
-rw-r--r--embed.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed.h b/embed.h
index a1369477b3..b7fd1713fe 100644
--- a/embed.h
+++ b/embed.h
@@ -1956,9 +1956,6 @@
#endif
#if !defined(HAS_SIGNBIT)
#endif
-#ifdef PERL_CORE
-#define mro_meta_init Perl_mro_meta_init
-#endif
#if defined(USE_ITHREADS)
#ifdef PERL_CORE
#define mro_meta_dup Perl_mro_meta_dup
@@ -4324,7 +4321,6 @@
#if defined(PERL_CORE) || defined(PERL_EXT)
#endif
#ifdef PERL_CORE
-#define mro_meta_init(a) Perl_mro_meta_init(aTHX_ a)
#endif
#if defined(USE_ITHREADS)
#ifdef PERL_CORE