summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-08-04 13:55:41 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-08-04 13:59:52 -0700
commita16834824708e400dd3b5e8219647a2266bc3d83 (patch)
treefad068c314e5e276373e1d68a638b990c1958615 /embed.fnc
parent15dd00343b389c6a74d3fbe7b76a39028f8c6865 (diff)
downloadperl-a16834824708e400dd3b5e8219647a2266bc3d83.tar.gz
gv.c:require_tie_mod: Accept pvn params
All the callers create the SV on the fly. We might as well put the SV creation into the function itself. (A forthcoming commit will refactor things to avoid the SV when possible.)
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 61c9296ce2..baa15b2df7 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1938,7 +1938,8 @@ s |bool|gv_magicalize|NN GV *gv|NN HV *stash|NN const char *name \
s |void|maybe_multimagic_gv|NN GV *gv|NN const char *name|const svtype sv_type
s |bool|gv_is_in_main|NN const char *name|STRLEN len \
|const U32 is_utf8
-s |void |require_tie_mod|NN GV *gv|NN const char *varpv|NN SV* namesv \
+s |void |require_tie_mod|NN GV *gv|NN const char *varpv \
+ |NN const char * name|STRLEN len \
|const U32 flags
#endif