summaryrefslogtreecommitdiff
path: root/embed.fnc
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.fnc
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.fnc')
-rw-r--r--embed.fnc5
1 files changed, 3 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 1a118b1903..b1346fbeda 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1716,8 +1716,9 @@ s |OP* |doform |NN CV *cv|NN GV *gv|NN OP *retop
sR |int |dooneliner |NN const char *cmd|NN const char *filename
# endif
s |SV * |space_join_names_mortal|NN char *const *array
-s |OP * |tied_handle_method|NN const char *const methname|NN SV **sp \
- |NN IO *const io|NN MAGIC *const mg
+so |OP * |tied_handle_method|NN const char *const methname|NN SV **sp \
+ |NN IO *const io|NN MAGIC *const mg \
+ |unsigned int argc|...
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_DECL_PROT)