diff options
author | Brian Fraser <fraserbn@gmail.com> | 2013-08-04 14:55:56 -0300 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-09-11 10:28:30 +1000 |
commit | 536d1a883d741d74ca5ab30c7fa72980d2593986 (patch) | |
tree | 666ba8af03d1c8e67d198d59c70f89ade7e32e77 /embed.fnc | |
parent | 930867a8e4ffdf642ef15c92e6f3a6d118965559 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |