summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-05-21 11:32:45 -0300
committerTony Cook <tony@develop-help.com>2013-09-11 10:28:29 +1000
commit070dc47562b0f958a4767d69f47c6cf47cb7e230 (patch)
tree5d41d9320d88102bd25fff0ba541be9e3cdb0bd4 /embed.fnc
parentc002ae9ab5e2b176614fd95831af56e7b5945202 (diff)
downloadperl-070dc47562b0f958a4767d69f47c6cf47cb7e230.tar.gz
gv.c, gv_fetchpvn_flags: Split another chunk of magic-checking code.
This bit is called when a GV already exists, but it's name is length-one and it's on the main:: stash, so it might have multiple kinds of magic, like $! and %!, or @+ and %+.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index de80406325..a09fce9adb 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1787,6 +1787,7 @@ s |bool|find_default_stash|NN HV **stash|NN const char *name \
s |GV*|magicalize_gv|NN GV *gv|NN HV *stash|NN const char *name \
|STRLEN len|bool addmg \
|svtype sv_type
+s |void|maybe_multimagic_gv|NN GV *gv|NN const char *name|const svtype sv_type
s |HV* |require_tie_mod|NN GV *gv|NN const char *varpv|NN SV* namesv \
|NN const char *methpv|const U32 flags
#endif