summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-05 09:47:09 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-05 12:40:28 +0000
commit0d5509eb49d621060b8aef6373628a0017faaff0 (patch)
tree2c1927f16d3cfc50979ccdfc969f18549699fe05 /embed.fnc
parent1daf3b755691d9e2e52b73fcc1111714808c874a (diff)
downloadperl-0d5509eb49d621060b8aef6373628a0017faaff0.tar.gz
Split the flags and argc parameters to S_tied_handle_method().
Previously they were combined into one numeric value, using a bitshift. This was a false economy.
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 57d71d6b85..05ebbc842e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1725,7 +1725,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 \
- |const U32 flags|...
+ |const U32 flags|U32 argc|...
#endif
#if defined(PERL_IN_REGCOMP_C)