summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-06-13 10:34:56 +0200
committerNicholas Clark <nick@ccl4.org>2010-06-13 10:34:56 +0200
commitebc1fde647268c1d49a6096baf6ca8a708363f5b (patch)
tree357c07660cf8a1328b02ac7ddecdf1b5cf34631e /embed.h
parentc33ef3ac654cbe35caea1d36f34c68f0e4a134ba (diff)
downloadperl-ebc1fde647268c1d49a6096baf6ca8a708363f5b.tar.gz
Merge simple tied handle method calls into S_tied_handle_method().
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 80457a2ec5..4fe29c45e8 100644
--- a/embed.h
+++ b/embed.h
@@ -1455,6 +1455,7 @@
# endif
#ifdef PERL_CORE
#define space_join_names_mortal S_space_join_names_mortal
+#define tied_handle_method S_tied_handle_method
#endif
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_DECL_PROT)
@@ -3895,6 +3896,7 @@
# endif
#ifdef PERL_CORE
#define space_join_names_mortal(a) S_space_join_names_mortal(aTHX_ a)
+#define tied_handle_method(a,b,c,d) S_tied_handle_method(aTHX_ a,b,c,d)
#endif
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_DECL_PROT)