summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-06-30 14:34:42 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-07-02 08:44:07 -0700
commitb4b0692a73a016eba05a78e6c2e9a5eae7862567 (patch)
treeadf964067eadc8a5d831710da0783d4ec3c19261 /pp.h
parent21dfaeec9eaa0c5068d6829b007077e6ca0d637a (diff)
downloadperl-b4b0692a73a016eba05a78e6c2e9a5eae7862567.tar.gz
Use find_runcv_where for pp_coreargs and pp_runcv
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp.h b/pp.h
index e684ce9306..7f1b770395 100644
--- a/pp.h
+++ b/pp.h
@@ -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