summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-04-25 12:47:11 +0100
committerNicholas Clark <nick@ccl4.org>2010-04-25 13:47:46 +0100
commitc7a0c747fdb47452732e101675b0573fa89ec182 (patch)
tree9f4ca7cd3628b3364466e01144a1f9f2f2733fdd /embed.fnc
parentfebb3a6d221072614a4dcfef3d3953e212e5cf6c (diff)
downloadperl-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.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 7412f95435..08a6e96a89 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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