diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-01-05 10:58:03 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-01-05 12:40:28 +0000 |
commit | a5e1d062864552796b2edf454ea34cfb50e1eac7 (patch) | |
tree | eccaf476881d8ef807c02a9df5448191118151cc /embed.fnc | |
parent | 0d5509eb49d621060b8aef6373628a0017faaff0 (diff) | |
download | perl-a5e1d062864552796b2edf454ea34cfb50e1eac7.tar.gz |
The mg parameter to S_tied_handle_method() can be const MG *
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1724,7 +1724,7 @@ sR |int |dooneliner |NN const char *cmd|NN const char *filename # endif 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 \ + |NN IO *const io|NN const MAGIC *const mg \ |const U32 flags|U32 argc|... #endif |