diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-30 14:34:42 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-07-02 08:44:07 -0700 |
commit | b4b0692a73a016eba05a78e6c2e9a5eae7862567 (patch) | |
tree | adf964067eadc8a5d831710da0783d4ec3c19261 /pp.h | |
parent | 21dfaeec9eaa0c5068d6829b007077e6ca0d637a (diff) | |
download | perl-b4b0692a73a016eba05a78e6c2e9a5eae7862567.tar.gz |
Use find_runcv_where for pp_coreargs and pp_runcv
Diffstat (limited to 'pp.h')
-rw-r--r-- | pp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -527,6 +527,7 @@ True if this op will be the return value of an lvalue subroutine # define MAYBE_DEREF_GV_nomg(sv) MAYBE_DEREF_GV_flags(sv,0) # define FIND_RUNCV_root_eq 1 +# define FIND_RUNCV_level_eq 2 #endif |