summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-06-13 12:38:16 +0200
committerNicholas Clark <nick@ccl4.org>2010-06-13 12:38:16 +0200
commit0240605ecd7a040cc6058409c65a3ebc6b7d489b (patch)
treea9d802be94044e57899412a19af1c8860e2ef55c /embed.fnc
parentbc0c81caab3813b2d61b70f94e5075bbf3a3ef69 (diff)
downloadperl-0240605ecd7a040cc6058409c65a3ebc6b7d489b.tar.gz
Add a gimme parameter to S_tied_handle_method().
This allows "GETC" to use it.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index b1346fbeda..582e8604e5 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1718,7 +1718,7 @@ sR |int |dooneliner |NN const char *cmd|NN const char *filename
s |SV * |space_join_names_mortal|NN char *const *array
so |OP * |tied_handle_method|NN const char *const methname|NN SV **sp \
|NN IO *const io|NN MAGIC *const mg \
- |unsigned int argc|...
+ |const U32 gimme|unsigned int argc|...
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_DECL_PROT)