diff options
author | Brian Fraser <fraserbn@gmail.com> | 2013-05-21 11:32:45 -0300 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-09-11 10:28:29 +1000 |
commit | 070dc47562b0f958a4767d69f47c6cf47cb7e230 (patch) | |
tree | 5d41d9320d88102bd25fff0ba541be9e3cdb0bd4 /embed.fnc | |
parent | c002ae9ab5e2b176614fd95831af56e7b5945202 (diff) | |
download | perl-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.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |