summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-17 22:04:56 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-17 22:04:56 +0000
commitaac018bb00282d5a72a5c5b4d95935b9eb667bcc (patch)
treefd84759f0eadaaff7dd4a9f33c3aa3d9f434a2c5 /perlapi.h
parentc9907023d869893333355372c9385acf6c758809 (diff)
downloadperl-aac018bb00282d5a72a5c5b4d95935b9eb667bcc.tar.gz
Fix the bug introduced with MRO, whereby the internals were not saving
lines in subroutines defined inside eval ""s for the debugger. p4raw-id: //depot/perl@34873
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index b913b532bd..ce540c84b2 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -186,6 +186,8 @@ END_EXTERN_C
#define PL_body_roots (*Perl_Ibody_roots_ptr(aTHX))
#undef PL_bodytarget
#define PL_bodytarget (*Perl_Ibodytarget_ptr(aTHX))
+#undef PL_breakable_sub_generation
+#define PL_breakable_sub_generation (*Perl_Ibreakable_sub_generation_ptr(aTHX))
#undef PL_checkav
#define PL_checkav (*Perl_Icheckav_ptr(aTHX))
#undef PL_checkav_save