diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-01-05 09:47:09 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-01-05 12:40:28 +0000 |
commit | 0d5509eb49d621060b8aef6373628a0017faaff0 (patch) | |
tree | 2c1927f16d3cfc50979ccdfc969f18549699fe05 /embed.fnc | |
parent | 1daf3b755691d9e2e52b73fcc1111714808c874a (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |