summaryrefslogtreecommitdiff
path: root/embed.h
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.h
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.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index da0653433b..23cd8c5173 100644
--- a/embed.h
+++ b/embed.h
@@ -1382,6 +1382,7 @@
#define gv_init_svtype(a,b) S_gv_init_svtype(aTHX_ a,b)
#define gv_magicalize_isa(a) S_gv_magicalize_isa(aTHX_ a)
#define magicalize_gv(a,b,c,d,e,f) S_magicalize_gv(aTHX_ a,b,c,d,e,f)
+#define maybe_multimagic_gv(a,b,c) S_maybe_multimagic_gv(aTHX_ a,b,c)
#define parse_gv_stash_name(a,b,c,d,e,f,g,h) S_parse_gv_stash_name(aTHX_ a,b,c,d,e,f,g,h)
#define require_tie_mod(a,b,c,d,e) S_require_tie_mod(aTHX_ a,b,c,d,e)
# endif