diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-04-25 12:47:11 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-04-25 13:47:46 +0100 |
commit | c7a0c747fdb47452732e101675b0573fa89ec182 (patch) | |
tree | 9f4ca7cd3628b3364466e01144a1f9f2f2733fdd /embed.fnc | |
parent | febb3a6d221072614a4dcfef3d3953e212e5cf6c (diff) | |
download | perl-c7a0c747fdb47452732e101675b0573fa89ec182.tar.gz |
Change the flags argument to magic_methcall/magic_methcall1 from I32 to U32.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -682,7 +682,7 @@ p |int |magic_set_all_env|NN SV* sv|NN MAGIC* mg p |U32 |magic_sizepack |NN SV* sv|NN MAGIC* mg p |int |magic_wipepack |NN SV* sv|NN MAGIC* mg pd |SV* |magic_methcall |NN SV *sv|NN const MAGIC *mg \ - |NN const char *meth|I32 flags \ + |NN const char *meth|U32 flags \ |int n|NULLOK SV* arg1|NULLOK SV* arg2 Ap |void |markstack_grow #if defined(USE_LOCALE_COLLATE) @@ -1494,7 +1494,7 @@ sM |SV * |refcounted_he_value |NN const struct refcounted_he *he s |void |save_magic |I32 mgs_ix|NN SV *sv -s |int |magic_methpack |NN SV *sv|NN const MAGIC *mg|NN const char *meth s |SV* |magic_methcall1|NN SV *sv|NN const MAGIC *mg \ - |NN const char *meth|I32 flags \ + |NN const char *meth|U32 flags \ |int n|NULLOK SV *val s |void |restore_magic |NULLOK const void *p s |void |unwind_handler_stack|NN const void *p |