summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-08-04 14:55:56 -0300
committerTony Cook <tony@develop-help.com>2013-09-11 10:28:30 +1000
commit536d1a883d741d74ca5ab30c7fa72980d2593986 (patch)
tree666ba8af03d1c8e67d198d59c70f89ade7e32e77 /embed.fnc
parent930867a8e4ffdf642ef15c92e6f3a6d118965559 (diff)
downloadperl-536d1a883d741d74ca5ab30c7fa72980d2593986.tar.gz
gv.c: Split part of find_default_stash into gv_is_in_main.
gv_is_in_main() checks if an unqualified identifier is in the main:: stash.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index cb19a1755f..6ad48d39eb 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1788,6 +1788,8 @@ s |bool|gv_magicalize|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 |bool|gv_is_in_main|NN const char *name|STRLEN len \
+ |const U32 is_utf8
s |HV* |require_tie_mod|NN GV *gv|NN const char *varpv|NN SV* namesv \
|NN const char *methpv|const U32 flags
#endif