summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-06-13 12:12:43 +0200
committerNicholas Clark <nick@ccl4.org>2010-06-13 12:12:43 +0200
commitbc0c81caab3813b2d61b70f94e5075bbf3a3ef69 (patch)
tree5acf0fb020c6a82c1dc2a5b9296104c3608c1795 /embed.h
parentebc1fde647268c1d49a6096baf6ca8a708363f5b (diff)
downloadperl-bc0c81caab3813b2d61b70f94e5075bbf3a3ef69.tar.gz
Change S_tied_handle_method() to varargs to allow extra SV parameters.
This enables "BINMODE", "EOF" and "SYSSEEK" to use it.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.h b/embed.h
index 4fe29c45e8..80457a2ec5 100644
--- a/embed.h
+++ b/embed.h
@@ -1455,7 +1455,6 @@
# 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)
@@ -3896,7 +3895,6 @@
# 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)